Shades of Deep Sky Blue #08BEFF
Tints of Deep Sky Blue #08BEFF
RGB
CMYK
RGB Variations
Color information
#08BEFF (or 0x08BEFF) is known color: Deep Sky Blue. HEX triplet: 08, BE and FF. RGB value is (8,190,255). Sum of RGB (Red+Green+Blue) = 8+190+255=453 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #08BEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BEFF is #F74100. Grayscale: #8E8E8E. Windows color (decimal): -16204033 or 16760328. OLE color: 16760328.
HSL color Cylindrical-coordinate representation of color #08BEFF: hue angle of 195.79º 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 #08BEFF is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 190 | 255 | - |
| CMYK | 0.97 | 0.25 | 0 | 0 |
| HSL | 195.79º | 1% | 0.52% | - |
| HSV(B) | 195.79º | 0.97% | 1% | - |
| XYZ | 36.56 | 44.1 | 101.19 | - |
| YUV | 142.99 | 191.2 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 190 | 255 | 0.97 | 0.25 | 0 | 0 | 195.79 | 1 | 0.52 |
| Hex | 8 | BE | FF | 61 | 19 | 0 | 0 | C4 | 64 | 34 |
| Octal | 10 | 276 | 377 | 141 | 31 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1000 | 10111110 | 11111111 | 1100001 | 11001 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #08BEFF
Complementary color
Monochromatic Colors of #08BEFF
Black with #08BEFF
Text Example
Text Example
White with #08BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BEFF; }
p { color: rgb(8,190,255); }
H1.HeaderClassName
{
color: #08BEFF;
}
.AnyTagClassName
{
color: #08BEFF;
}
</style>
background-color css
<style>
a { background-color: #08BEFF; }
a { background-color: rgb(8,190,255); }
div.DivClassName
{
background-color: #08BEFF;
}
.BgClassName
{
background-color: #08BEFF;
}
</style>
border-color css
<style>
span { border-color: #08BEFF; }
span { border-color: rgb(8,190,255); }
td.TdClassName
{
border-color: #08BEFF;
}
.TagClassName
{
border-color: #08BEFF;
}
</style>