Shades of Deep Sky Blue #06B4F8
Tints of Deep Sky Blue #06B4F8
RGB
CMYK
RGB Variations
Color information
#06B4F8 (or 0x06B4F8) is known color: Deep Sky Blue. HEX triplet: 06, B4 and F8. RGB value is (6,180,248). Sum of RGB (Red+Green+Blue) = 6+180+248=434 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #06B4F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B4F8 is #F94B07. Grayscale: #878787. Windows color (decimal): -16337672 or 16299014. OLE color: 16299014.
HSL color Cylindrical-coordinate representation of color #06B4F8: hue angle of 196.86º 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 #06B4F8 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 180 | 248 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.03 |
| HSL | 196.86º | 0.95% | 0.5% | - |
| HSV(B) | 196.86º | 0.98% | 0.97% | - |
| XYZ | 33.34 | 39.46 | 94.67 | - |
| YUV | 135.73 | 191.35 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 180 | 248 | 0.98 | 0.27 | 0 | 0.03 | 196.86 | 0.95 | 0.5 |
| Hex | 6 | B4 | F8 | 62 | 1B | 0 | 3 | C5 | 5F | 32 |
| Octal | 6 | 264 | 370 | 142 | 33 | 0 | 3 | 305 | 137 | 62 |
| Binary | 110 | 10110100 | 11111000 | 1100010 | 11011 | 0 | 11 | 11000101 | 1011111 | 110010 |
Color Harmonies of #06B4F8
Complementary color
Monochromatic Colors of #06B4F8
Black with #06B4F8
Text Example
Text Example
White with #06B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B4F8; }
p { color: rgb(6,180,248); }
H1.HeaderClassName
{
color: #06B4F8;
}
.AnyTagClassName
{
color: #06B4F8;
}
</style>
background-color css
<style>
a { background-color: #06B4F8; }
a { background-color: rgb(6,180,248); }
div.DivClassName
{
background-color: #06B4F8;
}
.BgClassName
{
background-color: #06B4F8;
}
</style>
border-color css
<style>
span { border-color: #06B4F8; }
span { border-color: rgb(6,180,248); }
td.TdClassName
{
border-color: #06B4F8;
}
.TagClassName
{
border-color: #06B4F8;
}
</style>