Shades of Deep Sky Blue #06C9EA
Tints of Deep Sky Blue #06C9EA
RGB
CMYK
RGB Variations
Color information
#06C9EA (or 0x06C9EA) is known color: Deep Sky Blue. HEX triplet: 06, C9 and EA. RGB value is (6,201,234). Sum of RGB (Red+Green+Blue) = 6+201+234=441 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #06C9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C9EA is #F93615. Grayscale: #929292. Windows color (decimal): -16332310 or 15386886. OLE color: 15386886.
HSL color Cylindrical-coordinate representation of color #06C9EA: hue angle of 188.68º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C9EA is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 201 | 234 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.08 |
| HSL | 188.68º | 0.95% | 0.47% | - |
| HSV(B) | 188.68º | 0.97% | 0.92% | - |
| XYZ | 35.81 | 47.75 | 85.17 | - |
| YUV | 146.46 | 177.4 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 234 | 0.97 | 0.14 | 0 | 0.08 | 188.68 | 0.95 | 0.47 |
| Hex | 6 | C9 | EA | 61 | E | 0 | 8 | BD | 5F | 2F |
| Octal | 6 | 311 | 352 | 141 | 16 | 0 | 10 | 275 | 137 | 57 |
| Binary | 110 | 11001001 | 11101010 | 1100001 | 1110 | 0 | 1000 | 10111101 | 1011111 | 101111 |
Color Harmonies of #06C9EA
Complementary color
Monochromatic Colors of #06C9EA
Black with #06C9EA
Text Example
Text Example
White with #06C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C9EA; }
p { color: rgb(6,201,234); }
H1.HeaderClassName
{
color: #06C9EA;
}
.AnyTagClassName
{
color: #06C9EA;
}
</style>
background-color css
<style>
a { background-color: #06C9EA; }
a { background-color: rgb(6,201,234); }
div.DivClassName
{
background-color: #06C9EA;
}
.BgClassName
{
background-color: #06C9EA;
}
</style>
border-color css
<style>
span { border-color: #06C9EA; }
span { border-color: rgb(6,201,234); }
td.TdClassName
{
border-color: #06C9EA;
}
.TagClassName
{
border-color: #06C9EA;
}
</style>