Shades of Spray #78CDD3
Tints of Spray #78CDD3
RGB
CMYK
RGB Variations
Color information
#78CDD3 (or 0x78CDD3) is known color: Spray. HEX triplet: 78, CD and D3. RGB value is (120,205,211). Sum of RGB (Red+Green+Blue) = 120+205+211=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #78CDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDD3 is #87322C. Grayscale: #B4B4B4. Windows color (decimal): -8860205 or 13880696. OLE color: 13880696.
HSL color Cylindrical-coordinate representation of color #78CDD3: hue angle of 183.96º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78CDD3 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 205 | 211 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.17 |
| HSL | 183.96º | 0.51% | 0.65% | - |
| HSV(B) | 183.96º | 0.43% | 0.83% | - |
| XYZ | 41.33 | 52.36 | 69.56 | - |
| YUV | 180.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 205 | 211 | 0.43 | 0.03 | 0 | 0.17 | 183.96 | 0.51 | 0.65 |
| Hex | 78 | CD | D3 | 2B | 3 | 0 | 11 | B8 | 33 | 41 |
| Octal | 170 | 315 | 323 | 53 | 3 | 0 | 21 | 270 | 63 | 101 |
| Binary | 1111000 | 11001101 | 11010011 | 101011 | 11 | 0 | 10001 | 10111000 | 110011 | 1000001 |
Color Harmonies of #78CDD3
Complementary color
Monochromatic Colors of #78CDD3
Black with #78CDD3
Text Example
Text Example
White with #78CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CDD3; }
p { color: rgb(120,205,211); }
H1.HeaderClassName
{
color: #78CDD3;
}
.AnyTagClassName
{
color: #78CDD3;
}
</style>
background-color css
<style>
a { background-color: #78CDD3; }
a { background-color: rgb(120,205,211); }
div.DivClassName
{
background-color: #78CDD3;
}
.BgClassName
{
background-color: #78CDD3;
}
</style>
border-color css
<style>
span { border-color: #78CDD3; }
span { border-color: rgb(120,205,211); }
td.TdClassName
{
border-color: #78CDD3;
}
.TagClassName
{
border-color: #78CDD3;
}
</style>