Shades of Deep Sky Blue #00CDFF
Tints of Deep Sky Blue #00CDFF
RGB
CMYK
RGB Variations
Color information
#00CDFF (or 0x00CDFF) is known color: Deep Sky Blue. HEX triplet: 00, CD and FF. RGB value is (0,205,255). Sum of RGB (Red+Green+Blue) = 0+205+255=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #00CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDFF is #FF3200. Grayscale: #959595. Windows color (decimal): -16724481 or 16764160. OLE color: 16764160.
HSL color Cylindrical-coordinate representation of color #00CDFF: hue angle of 191.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDFF is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 205 | 255 | - |
| CMYK | 1 | 0.20 | 0 | 0 |
| HSL | 191.76º | 1% | 0.5% | - |
| HSV(B) | 191.76º | 1% | 1% | - |
| XYZ | 39.88 | 50.88 | 102.33 | - |
| YUV | 149.41 | 187.58 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 255 | 1 | 0.20 | 0 | 0 | 191.76 | 1 | 0.5 |
| Hex | 0 | CD | FF | 64 | 14 | 0 | 0 | C0 | 64 | 32 |
| Octal | 0 | 315 | 377 | 144 | 24 | 0 | 0 | 300 | 144 | 62 |
| Binary | 0 | 11001101 | 11111111 | 1100100 | 10100 | 0 | 0 | 11000000 | 1100100 | 110010 |
Color Harmonies of #00CDFF
Complementary color
Monochromatic Colors of #00CDFF
Black with #00CDFF
Text Example
Text Example
White with #00CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDFF; }
p { color: rgb(0,205,255); }
H1.HeaderClassName
{
color: #00CDFF;
}
.AnyTagClassName
{
color: #00CDFF;
}
</style>
background-color css
<style>
a { background-color: #00CDFF; }
a { background-color: rgb(0,205,255); }
div.DivClassName
{
background-color: #00CDFF;
}
.BgClassName
{
background-color: #00CDFF;
}
</style>
border-color css
<style>
span { border-color: #00CDFF; }
span { border-color: rgb(0,205,255); }
td.TdClassName
{
border-color: #00CDFF;
}
.TagClassName
{
border-color: #00CDFF;
}
</style>