Shades of Spray #74CBCF
Tints of Spray #74CBCF
RGB
CMYK
RGB Variations
Color information
#74CBCF (or 0x74CBCF) is known color: Spray. HEX triplet: 74, CB and CF. RGB value is (116,203,207). Sum of RGB (Red+Green+Blue) = 116+203+207=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #74CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBCF is #8B3430. Grayscale: #B1B1B1. Windows color (decimal): -9122865 or 13618036. OLE color: 13618036.
HSL color Cylindrical-coordinate representation of color #74CBCF: hue angle of 182.64º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CBCF is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 203 | 207 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.19 |
| HSL | 182.64º | 0.49% | 0.63% | - |
| HSV(B) | 182.64º | 0.44% | 0.81% | - |
| XYZ | 39.82 | 50.93 | 66.76 | - |
| YUV | 177.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 207 | 0.44 | 0.02 | 0 | 0.19 | 182.64 | 0.49 | 0.63 |
| Hex | 74 | CB | CF | 2C | 2 | 0 | 13 | B7 | 31 | 3F |
| Octal | 164 | 313 | 317 | 54 | 2 | 0 | 23 | 267 | 61 | 77 |
| Binary | 1110100 | 11001011 | 11001111 | 101100 | 10 | 0 | 10011 | 10110111 | 110001 | 111111 |
Color Harmonies of #74CBCF
Complementary color
Monochromatic Colors of #74CBCF
Black with #74CBCF
Text Example
Text Example
White with #74CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBCF; }
p { color: rgb(116,203,207); }
H1.HeaderClassName
{
color: #74CBCF;
}
.AnyTagClassName
{
color: #74CBCF;
}
</style>
background-color css
<style>
a { background-color: #74CBCF; }
a { background-color: rgb(116,203,207); }
div.DivClassName
{
background-color: #74CBCF;
}
.BgClassName
{
background-color: #74CBCF;
}
</style>
border-color css
<style>
span { border-color: #74CBCF; }
span { border-color: rgb(116,203,207); }
td.TdClassName
{
border-color: #74CBCF;
}
.TagClassName
{
border-color: #74CBCF;
}
</style>