Shades of Deep Sky Blue #06B8FA
Tints of Deep Sky Blue #06B8FA
RGB
CMYK
RGB Variations
Color information
#06B8FA (or 0x06B8FA) is known color: Deep Sky Blue. HEX triplet: 06, B8 and FA. RGB value is (6,184,250). Sum of RGB (Red+Green+Blue) = 6+184+250=440 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #06B8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B8FA is #F94705. Grayscale: #898989. Windows color (decimal): -16336646 or 16431110. OLE color: 16431110.
HSL color Cylindrical-coordinate representation of color #06B8FA: hue angle of 196.23º 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 #06B8FA is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 184 | 250 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.02 |
| HSL | 196.23º | 0.96% | 0.5% | - |
| HSV(B) | 196.23º | 0.98% | 0.98% | - |
| XYZ | 34.47 | 41.22 | 96.58 | - |
| YUV | 138.3 | 191.03 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 250 | 0.98 | 0.26 | 0 | 0.02 | 196.23 | 0.96 | 0.5 |
| Hex | 6 | B8 | FA | 62 | 1A | 0 | 2 | C4 | 60 | 32 |
| Octal | 6 | 270 | 372 | 142 | 32 | 0 | 2 | 304 | 140 | 62 |
| Binary | 110 | 10111000 | 11111010 | 1100010 | 11010 | 0 | 10 | 11000100 | 1100000 | 110010 |
Color Harmonies of #06B8FA
Complementary color
Monochromatic Colors of #06B8FA
Black with #06B8FA
Text Example
Text Example
White with #06B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B8FA; }
p { color: rgb(6,184,250); }
H1.HeaderClassName
{
color: #06B8FA;
}
.AnyTagClassName
{
color: #06B8FA;
}
</style>
background-color css
<style>
a { background-color: #06B8FA; }
a { background-color: rgb(6,184,250); }
div.DivClassName
{
background-color: #06B8FA;
}
.BgClassName
{
background-color: #06B8FA;
}
</style>
border-color css
<style>
span { border-color: #06B8FA; }
span { border-color: rgb(6,184,250); }
td.TdClassName
{
border-color: #06B8FA;
}
.TagClassName
{
border-color: #06B8FA;
}
</style>