Shades of Deep Sky Blue #00CDFD
Tints of Deep Sky Blue #00CDFD
RGB
CMYK
RGB Variations
Color information
#00CDFD (or 0x00CDFD) is known color: Deep Sky Blue. HEX triplet: 00, CD and FD. RGB value is (0,205,253). Sum of RGB (Red+Green+Blue) = 0+205+253=458 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #00CDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDFD is #FF3202. Grayscale: #949494. Windows color (decimal): -16724483 or 16633088. OLE color: 16633088.
HSL color Cylindrical-coordinate representation of color #00CDFD: hue angle of 191.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDFD is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 205 | 253 | - |
| CMYK | 1 | 0.19 | 0 | 0.01 |
| HSL | 191.38º | 1% | 0.5% | - |
| HSV(B) | 191.38º | 1% | 0.99% | - |
| XYZ | 39.56 | 50.75 | 100.64 | - |
| YUV | 149.18 | 186.58 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 253 | 1 | 0.19 | 0 | 0.01 | 191.38 | 1 | 0.5 |
| Hex | 0 | CD | FD | 64 | 13 | 0 | 1 | BF | 64 | 32 |
| Octal | 0 | 315 | 375 | 144 | 23 | 0 | 1 | 277 | 144 | 62 |
| Binary | 0 | 11001101 | 11111101 | 1100100 | 10011 | 0 | 1 | 10111111 | 1100100 | 110010 |
Color Harmonies of #00CDFD
Complementary color
Monochromatic Colors of #00CDFD
Black with #00CDFD
Text Example
Text Example
White with #00CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDFD; }
p { color: rgb(0,205,253); }
H1.HeaderClassName
{
color: #00CDFD;
}
.AnyTagClassName
{
color: #00CDFD;
}
</style>
background-color css
<style>
a { background-color: #00CDFD; }
a { background-color: rgb(0,205,253); }
div.DivClassName
{
background-color: #00CDFD;
}
.BgClassName
{
background-color: #00CDFD;
}
</style>
border-color css
<style>
span { border-color: #00CDFD; }
span { border-color: rgb(0,205,253); }
td.TdClassName
{
border-color: #00CDFD;
}
.TagClassName
{
border-color: #00CDFD;
}
</style>