Shades of Deep Sky Blue #06BFF8
Tints of Deep Sky Blue #06BFF8
RGB
CMYK
RGB Variations
Color information
#06BFF8 (or 0x06BFF8) is known color: Deep Sky Blue. HEX triplet: 06, BF and F8. RGB value is (6,191,248). Sum of RGB (Red+Green+Blue) = 6+191+248=445 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #06BFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFF8 is #F94007. Grayscale: #8D8D8D. Windows color (decimal): -16334856 or 16301830. OLE color: 16301830.
HSL color Cylindrical-coordinate representation of color #06BFF8: hue angle of 194.13º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BFF8 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 191 | 248 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.03 |
| HSL | 194.13º | 0.95% | 0.5% | - |
| HSV(B) | 194.13º | 0.98% | 0.97% | - |
| XYZ | 35.65 | 44.08 | 95.44 | - |
| YUV | 142.18 | 187.71 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 248 | 0.98 | 0.23 | 0 | 0.03 | 194.13 | 0.95 | 0.5 |
| Hex | 6 | BF | F8 | 62 | 17 | 0 | 3 | C2 | 5F | 32 |
| Octal | 6 | 277 | 370 | 142 | 27 | 0 | 3 | 302 | 137 | 62 |
| Binary | 110 | 10111111 | 11111000 | 1100010 | 10111 | 0 | 11 | 11000010 | 1011111 | 110010 |
Color Harmonies of #06BFF8
Complementary color
Monochromatic Colors of #06BFF8
Black with #06BFF8
Text Example
Text Example
White with #06BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFF8; }
p { color: rgb(6,191,248); }
H1.HeaderClassName
{
color: #06BFF8;
}
.AnyTagClassName
{
color: #06BFF8;
}
</style>
background-color css
<style>
a { background-color: #06BFF8; }
a { background-color: rgb(6,191,248); }
div.DivClassName
{
background-color: #06BFF8;
}
.BgClassName
{
background-color: #06BFF8;
}
</style>
border-color css
<style>
span { border-color: #06BFF8; }
span { border-color: rgb(6,191,248); }
td.TdClassName
{
border-color: #06BFF8;
}
.TagClassName
{
border-color: #06BFF8;
}
</style>