Shades of Deep Sky Blue #06CBFE
Tints of Deep Sky Blue #06CBFE
RGB
CMYK
RGB Variations
Color information
#06CBFE (or 0x06CBFE) is known color: Deep Sky Blue. HEX triplet: 06, CB and FE. RGB value is (6,203,254). Sum of RGB (Red+Green+Blue) = 6+203+254=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #06CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CBFE is #F93401. Grayscale: #959595. Windows color (decimal): -16331778 or 16698118. OLE color: 16698118.
HSL color Cylindrical-coordinate representation of color #06CBFE: hue angle of 192.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CBFE is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 203 | 254 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.00 |
| HSL | 192.34º | 0.99% | 0.51% | - |
| HSV(B) | 192.34º | 0.98% | 1% | - |
| XYZ | 39.32 | 49.91 | 101.33 | - |
| YUV | 149.91 | 186.73 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 254 | 0.98 | 0.20 | 0 | 0.00 | 192.34 | 0.99 | 0.51 |
| Hex | 6 | CB | FE | 62 | 14 | 0 | 0 | C0 | 63 | 33 |
| Octal | 6 | 313 | 376 | 142 | 24 | 0 | 0 | 300 | 143 | 63 |
| Binary | 110 | 11001011 | 11111110 | 1100010 | 10100 | 0 | 0 | 11000000 | 1100011 | 110011 |
Color Harmonies of #06CBFE
Complementary color
Monochromatic Colors of #06CBFE
Black with #06CBFE
Text Example
Text Example
White with #06CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBFE; }
p { color: rgb(6,203,254); }
H1.HeaderClassName
{
color: #06CBFE;
}
.AnyTagClassName
{
color: #06CBFE;
}
</style>
background-color css
<style>
a { background-color: #06CBFE; }
a { background-color: rgb(6,203,254); }
div.DivClassName
{
background-color: #06CBFE;
}
.BgClassName
{
background-color: #06CBFE;
}
</style>
border-color css
<style>
span { border-color: #06CBFE; }
span { border-color: rgb(6,203,254); }
td.TdClassName
{
border-color: #06CBFE;
}
.TagClassName
{
border-color: #06CBFE;
}
</style>