Shades of Deep Sky Blue #06C8FF
Tints of Deep Sky Blue #06C8FF
RGB
CMYK
RGB Variations
Color information
#06C8FF (or 0x06C8FF) is known color: Deep Sky Blue. HEX triplet: 06, C8 and FF. RGB value is (6,200,255). Sum of RGB (Red+Green+Blue) = 6+200+255=461 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #06C8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C8FF is #F93700. Grayscale: #939393. Windows color (decimal): -16332545 or 16762886. OLE color: 16762886.
HSL color Cylindrical-coordinate representation of color #06C8FF: hue angle of 193.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C8FF is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 200 | 255 | - |
| CMYK | 0.98 | 0.22 | 0 | 0 |
| HSL | 193.25º | 1% | 0.51% | - |
| HSV(B) | 193.25º | 0.98% | 1% | - |
| XYZ | 38.78 | 48.57 | 101.94 | - |
| YUV | 148.26 | 188.23 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 255 | 0.98 | 0.22 | 0 | 0 | 193.25 | 1 | 0.51 |
| Hex | 6 | C8 | FF | 62 | 16 | 0 | 0 | C1 | 64 | 33 |
| Octal | 6 | 310 | 377 | 142 | 26 | 0 | 0 | 301 | 144 | 63 |
| Binary | 110 | 11001000 | 11111111 | 1100010 | 10110 | 0 | 0 | 11000001 | 1100100 | 110011 |
Color Harmonies of #06C8FF
Complementary color
Monochromatic Colors of #06C8FF
Black with #06C8FF
Text Example
Text Example
White with #06C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C8FF; }
p { color: rgb(6,200,255); }
H1.HeaderClassName
{
color: #06C8FF;
}
.AnyTagClassName
{
color: #06C8FF;
}
</style>
background-color css
<style>
a { background-color: #06C8FF; }
a { background-color: rgb(6,200,255); }
div.DivClassName
{
background-color: #06C8FF;
}
.BgClassName
{
background-color: #06C8FF;
}
</style>
border-color css
<style>
span { border-color: #06C8FF; }
span { border-color: rgb(6,200,255); }
td.TdClassName
{
border-color: #06C8FF;
}
.TagClassName
{
border-color: #06C8FF;
}
</style>