Shades of Deep Sky Blue #00C9EA
Tints of Deep Sky Blue #00C9EA
RGB
CMYK
RGB Variations
Color information
#00C9EA (or 0x00C9EA) is known color: Deep Sky Blue. HEX triplet: 00, C9 and EA. RGB value is (0,201,234). Sum of RGB (Red+Green+Blue) = 0+201+234=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #00C9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C9EA is #FF3615. Grayscale: #909090. Windows color (decimal): -16725526 or 15386880. OLE color: 15386880.
HSL color Cylindrical-coordinate representation of color #00C9EA: hue angle of 188.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C9EA is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 201 | 234 | - |
| CMYK | 1 | 0.14 | 0 | 0.08 |
| HSL | 188.46º | 1% | 0.46% | - |
| HSV(B) | 188.46º | 1% | 0.92% | - |
| XYZ | 35.74 | 47.71 | 85.17 | - |
| YUV | 144.66 | 178.41 | 24.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 234 | 1 | 0.14 | 0 | 0.08 | 188.46 | 1 | 0.46 |
| Hex | 0 | C9 | EA | 64 | E | 0 | 8 | BC | 64 | 2E |
| Octal | 0 | 311 | 352 | 144 | 16 | 0 | 10 | 274 | 144 | 56 |
| Binary | 0 | 11001001 | 11101010 | 1100100 | 1110 | 0 | 1000 | 10111100 | 1100100 | 101110 |
Color Harmonies of #00C9EA
Complementary color
Monochromatic Colors of #00C9EA
Black with #00C9EA
Text Example
Text Example
White with #00C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C9EA; }
p { color: rgb(0,201,234); }
H1.HeaderClassName
{
color: #00C9EA;
}
.AnyTagClassName
{
color: #00C9EA;
}
</style>
background-color css
<style>
a { background-color: #00C9EA; }
a { background-color: rgb(0,201,234); }
div.DivClassName
{
background-color: #00C9EA;
}
.BgClassName
{
background-color: #00C9EA;
}
</style>
border-color css
<style>
span { border-color: #00C9EA; }
span { border-color: rgb(0,201,234); }
td.TdClassName
{
border-color: #00C9EA;
}
.TagClassName
{
border-color: #00C9EA;
}
</style>