Shades of Deep Sky Blue #00CBF0
Tints of Deep Sky Blue #00CBF0
RGB
CMYK
RGB Variations
Color information
#00CBF0 (or 0x00CBF0) is known color: Deep Sky Blue. HEX triplet: 00, CB and F0. RGB value is (0,203,240). Sum of RGB (Red+Green+Blue) = 0+203+240=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #00CBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CBF0 is #FF340F. Grayscale: #929292. Windows color (decimal): -16725008 or 15780608. OLE color: 15780608.
HSL color Cylindrical-coordinate representation of color #00CBF0: hue angle of 189.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBF0 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 203 | 240 | - |
| CMYK | 1 | 0.15 | 0 | 0.06 |
| HSL | 189.25º | 1% | 0.47% | - |
| HSV(B) | 189.25º | 1% | 0.94% | - |
| XYZ | 37.08 | 49 | 89.94 | - |
| YUV | 146.52 | 180.75 | 23.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 240 | 1 | 0.15 | 0 | 0.06 | 189.25 | 1 | 0.47 |
| Hex | 0 | CB | F0 | 64 | F | 0 | 6 | BD | 64 | 2F |
| Octal | 0 | 313 | 360 | 144 | 17 | 0 | 6 | 275 | 144 | 57 |
| Binary | 0 | 11001011 | 11110000 | 1100100 | 1111 | 0 | 110 | 10111101 | 1100100 | 101111 |
Color Harmonies of #00CBF0
Complementary color
Monochromatic Colors of #00CBF0
Black with #00CBF0
Text Example
Text Example
White with #00CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBF0; }
p { color: rgb(0,203,240); }
H1.HeaderClassName
{
color: #00CBF0;
}
.AnyTagClassName
{
color: #00CBF0;
}
</style>
background-color css
<style>
a { background-color: #00CBF0; }
a { background-color: rgb(0,203,240); }
div.DivClassName
{
background-color: #00CBF0;
}
.BgClassName
{
background-color: #00CBF0;
}
</style>
border-color css
<style>
span { border-color: #00CBF0; }
span { border-color: rgb(0,203,240); }
td.TdClassName
{
border-color: #00CBF0;
}
.TagClassName
{
border-color: #00CBF0;
}
</style>