Shades of Deep Sky Blue #00CFEE
Tints of Deep Sky Blue #00CFEE
RGB
CMYK
RGB Variations
Color information
#00CFEE (or 0x00CFEE) is known color: Deep Sky Blue. HEX triplet: 00, CF and EE. RGB value is (0,207,238). Sum of RGB (Red+Green+Blue) = 0+207+238=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #00CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFEE is #FF3011. Grayscale: #949494. Windows color (decimal): -16723986 or 15650560. OLE color: 15650560.
HSL color Cylindrical-coordinate representation of color #00CFEE: hue angle of 187.82º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFEE is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 207 | 238 | - |
| CMYK | 1 | 0.13 | 0 | 0.07 |
| HSL | 187.82º | 1% | 0.47% | - |
| HSV(B) | 187.82º | 1% | 0.93% | - |
| XYZ | 37.75 | 50.8 | 88.7 | - |
| YUV | 148.64 | 178.42 | 21.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 238 | 1 | 0.13 | 0 | 0.07 | 187.82 | 1 | 0.47 |
| Hex | 0 | CF | EE | 64 | D | 0 | 7 | BC | 64 | 2F |
| Octal | 0 | 317 | 356 | 144 | 15 | 0 | 7 | 274 | 144 | 57 |
| Binary | 0 | 11001111 | 11101110 | 1100100 | 1101 | 0 | 111 | 10111100 | 1100100 | 101111 |
Color Harmonies of #00CFEE
Complementary color
Monochromatic Colors of #00CFEE
Black with #00CFEE
Text Example
Text Example
White with #00CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFEE; }
p { color: rgb(0,207,238); }
H1.HeaderClassName
{
color: #00CFEE;
}
.AnyTagClassName
{
color: #00CFEE;
}
</style>
background-color css
<style>
a { background-color: #00CFEE; }
a { background-color: rgb(0,207,238); }
div.DivClassName
{
background-color: #00CFEE;
}
.BgClassName
{
background-color: #00CFEE;
}
</style>
border-color css
<style>
span { border-color: #00CFEE; }
span { border-color: rgb(0,207,238); }
td.TdClassName
{
border-color: #00CFEE;
}
.TagClassName
{
border-color: #00CFEE;
}
</style>