Shades of Deep Sky Blue #00CDFB
Tints of Deep Sky Blue #00CDFB
RGB
CMYK
RGB Variations
Color information
#00CDFB (or 0x00CDFB) is known color: Deep Sky Blue. HEX triplet: 00, CD and FB. RGB value is (0,205,251). Sum of RGB (Red+Green+Blue) = 0+205+251=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #00CDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDFB is #FF3204. Grayscale: #949494. Windows color (decimal): -16724485 or 16502016. OLE color: 16502016.
HSL color Cylindrical-coordinate representation of color #00CDFB: hue angle of 191º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDFB is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 205 | 251 | - |
| CMYK | 1 | 0.18 | 0 | 0.02 |
| HSL | 191º | 1% | 0.49% | - |
| HSV(B) | 191º | 1% | 0.98% | - |
| XYZ | 39.24 | 50.63 | 98.97 | - |
| YUV | 148.95 | 185.58 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 251 | 1 | 0.18 | 0 | 0.02 | 191 | 1 | 0.49 |
| Hex | 0 | CD | FB | 64 | 12 | 0 | 2 | BF | 64 | 31 |
| Octal | 0 | 315 | 373 | 144 | 22 | 0 | 2 | 277 | 144 | 61 |
| Binary | 0 | 11001101 | 11111011 | 1100100 | 10010 | 0 | 10 | 10111111 | 1100100 | 110001 |
Color Harmonies of #00CDFB
Complementary color
Monochromatic Colors of #00CDFB
Black with #00CDFB
Text Example
Text Example
White with #00CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDFB; }
p { color: rgb(0,205,251); }
H1.HeaderClassName
{
color: #00CDFB;
}
.AnyTagClassName
{
color: #00CDFB;
}
</style>
background-color css
<style>
a { background-color: #00CDFB; }
a { background-color: rgb(0,205,251); }
div.DivClassName
{
background-color: #00CDFB;
}
.BgClassName
{
background-color: #00CDFB;
}
</style>
border-color css
<style>
span { border-color: #00CDFB; }
span { border-color: rgb(0,205,251); }
td.TdClassName
{
border-color: #00CDFB;
}
.TagClassName
{
border-color: #00CDFB;
}
</style>