Shades of Spray #74CBDF
Tints of Spray #74CBDF
RGB
CMYK
RGB Variations
Color information
#74CBDF (or 0x74CBDF) is known color: Spray. HEX triplet: 74, CB and DF. RGB value is (116,203,223). Sum of RGB (Red+Green+Blue) = 116+203+223=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #74CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBDF is #8B3420. Grayscale: #B3B3B3. Windows color (decimal): -9122849 or 14666612. OLE color: 14666612.
HSL color Cylindrical-coordinate representation of color #74CBDF: hue angle of 191.21º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74CBDF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 203 | 223 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.13 |
| HSL | 191.22º | 0.63% | 0.66% | - |
| HSV(B) | 191.22º | 0.48% | 0.87% | - |
| XYZ | 41.88 | 51.75 | 77.59 | - |
| YUV | 179.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 223 | 0.48 | 0.09 | 0 | 0.13 | 191.22 | 0.63 | 0.66 |
| Hex | 74 | CB | DF | 30 | 9 | 0 | D | BF | 3F | 42 |
| Octal | 164 | 313 | 337 | 60 | 11 | 0 | 15 | 277 | 77 | 102 |
| Binary | 1110100 | 11001011 | 11011111 | 110000 | 1001 | 0 | 1101 | 10111111 | 111111 | 1000010 |
Color Harmonies of #74CBDF
Complementary color
Monochromatic Colors of #74CBDF
Black with #74CBDF
Text Example
Text Example
White with #74CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBDF; }
p { color: rgb(116,203,223); }
H1.HeaderClassName
{
color: #74CBDF;
}
.AnyTagClassName
{
color: #74CBDF;
}
</style>
background-color css
<style>
a { background-color: #74CBDF; }
a { background-color: rgb(116,203,223); }
div.DivClassName
{
background-color: #74CBDF;
}
.BgClassName
{
background-color: #74CBDF;
}
</style>
border-color css
<style>
span { border-color: #74CBDF; }
span { border-color: rgb(116,203,223); }
td.TdClassName
{
border-color: #74CBDF;
}
.TagClassName
{
border-color: #74CBDF;
}
</style>