Shades of Deep Sky Blue #06C5FA
Tints of Deep Sky Blue #06C5FA
RGB
CMYK
RGB Variations
Color information
#06C5FA (or 0x06C5FA) is known color: Deep Sky Blue. HEX triplet: 06, C5 and FA. RGB value is (6,197,250). Sum of RGB (Red+Green+Blue) = 6+197+250=453 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #06C5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C5FA is #F93A05. Grayscale: #919191. Windows color (decimal): -16333318 or 16434438. OLE color: 16434438.
HSL color Cylindrical-coordinate representation of color #06C5FA: hue angle of 193.03º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C5FA is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 197 | 250 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.02 |
| HSL | 193.03º | 0.96% | 0.5% | - |
| HSV(B) | 193.03º | 0.98% | 0.98% | - |
| XYZ | 37.3 | 46.87 | 97.52 | - |
| YUV | 145.93 | 186.72 | 28.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 250 | 0.98 | 0.21 | 0 | 0.02 | 193.03 | 0.96 | 0.5 |
| Hex | 6 | C5 | FA | 62 | 15 | 0 | 2 | C1 | 60 | 32 |
| Octal | 6 | 305 | 372 | 142 | 25 | 0 | 2 | 301 | 140 | 62 |
| Binary | 110 | 11000101 | 11111010 | 1100010 | 10101 | 0 | 10 | 11000001 | 1100000 | 110010 |
Color Harmonies of #06C5FA
Complementary color
Monochromatic Colors of #06C5FA
Black with #06C5FA
Text Example
Text Example
White with #06C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C5FA; }
p { color: rgb(6,197,250); }
H1.HeaderClassName
{
color: #06C5FA;
}
.AnyTagClassName
{
color: #06C5FA;
}
</style>
background-color css
<style>
a { background-color: #06C5FA; }
a { background-color: rgb(6,197,250); }
div.DivClassName
{
background-color: #06C5FA;
}
.BgClassName
{
background-color: #06C5FA;
}
</style>
border-color css
<style>
span { border-color: #06C5FA; }
span { border-color: rgb(6,197,250); }
td.TdClassName
{
border-color: #06C5FA;
}
.TagClassName
{
border-color: #06C5FA;
}
</style>