Shades of Deep Sky Blue #08B8FF
Tints of Deep Sky Blue #08B8FF
RGB
CMYK
RGB Variations
Color information
#08B8FF (or 0x08B8FF) is known color: Deep Sky Blue. HEX triplet: 08, B8 and FF. RGB value is (8,184,255). Sum of RGB (Red+Green+Blue) = 8+184+255=447 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #08B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08B8FF is #F74700. Grayscale: #8B8B8B. Windows color (decimal): -16205569 or 16758792. OLE color: 16758792.
HSL color Cylindrical-coordinate representation of color #08B8FF: hue angle of 197.25º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B8FF is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 184 | 255 | - |
| CMYK | 0.97 | 0.28 | 0 | 0 |
| HSL | 197.25º | 1% | 0.52% | - |
| HSV(B) | 197.25º | 0.97% | 1% | - |
| XYZ | 35.29 | 41.55 | 100.77 | - |
| YUV | 139.47 | 193.19 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 184 | 255 | 0.97 | 0.28 | 0 | 0 | 197.25 | 1 | 0.52 |
| Hex | 8 | B8 | FF | 61 | 1C | 0 | 0 | C5 | 64 | 34 |
| Octal | 10 | 270 | 377 | 141 | 34 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1000 | 10111000 | 11111111 | 1100001 | 11100 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #08B8FF
Complementary color
Monochromatic Colors of #08B8FF
Black with #08B8FF
Text Example
Text Example
White with #08B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B8FF; }
p { color: rgb(8,184,255); }
H1.HeaderClassName
{
color: #08B8FF;
}
.AnyTagClassName
{
color: #08B8FF;
}
</style>
background-color css
<style>
a { background-color: #08B8FF; }
a { background-color: rgb(8,184,255); }
div.DivClassName
{
background-color: #08B8FF;
}
.BgClassName
{
background-color: #08B8FF;
}
</style>
border-color css
<style>
span { border-color: #08B8FF; }
span { border-color: rgb(8,184,255); }
td.TdClassName
{
border-color: #08B8FF;
}
.TagClassName
{
border-color: #08B8FF;
}
</style>