Shades of Deep Sky Blue #00CBFE
Tints of Deep Sky Blue #00CBFE
RGB
CMYK
RGB Variations
Color information
#00CBFE (or 0x00CBFE) is known color: Deep Sky Blue. HEX triplet: 00, CB and FE. RGB value is (0,203,254). Sum of RGB (Red+Green+Blue) = 0+203+254=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #00CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CBFE is #FF3401. Grayscale: #939393. Windows color (decimal): -16724994 or 16698112. OLE color: 16698112.
HSL color Cylindrical-coordinate representation of color #00CBFE: hue angle of 192.05º 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 #00CBFE is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 203 | 254 | - |
| CMYK | 1 | 0.20 | 0 | 0.00 |
| HSL | 192.05º | 1% | 0.5% | - |
| HSV(B) | 192.05º | 1% | 1% | - |
| XYZ | 39.25 | 49.87 | 101.32 | - |
| YUV | 148.12 | 187.75 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 254 | 1 | 0.20 | 0 | 0.00 | 192.05 | 1 | 0.5 |
| Hex | 0 | CB | FE | 64 | 14 | 0 | 0 | C0 | 64 | 32 |
| Octal | 0 | 313 | 376 | 144 | 24 | 0 | 0 | 300 | 144 | 62 |
| Binary | 0 | 11001011 | 11111110 | 1100100 | 10100 | 0 | 0 | 11000000 | 1100100 | 110010 |
Color Harmonies of #00CBFE
Complementary color
Monochromatic Colors of #00CBFE
Black with #00CBFE
Text Example
Text Example
White with #00CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBFE; }
p { color: rgb(0,203,254); }
H1.HeaderClassName
{
color: #00CBFE;
}
.AnyTagClassName
{
color: #00CBFE;
}
</style>
background-color css
<style>
a { background-color: #00CBFE; }
a { background-color: rgb(0,203,254); }
div.DivClassName
{
background-color: #00CBFE;
}
.BgClassName
{
background-color: #00CBFE;
}
</style>
border-color css
<style>
span { border-color: #00CBFE; }
span { border-color: rgb(0,203,254); }
td.TdClassName
{
border-color: #00CBFE;
}
.TagClassName
{
border-color: #00CBFE;
}
</style>