Shades of Deep Sky Blue #0BAFEF
Tints of Deep Sky Blue #0BAFEF
RGB
CMYK
RGB Variations
Color information
#0BAFEF (or 0x0BAFEF) is known color: Deep Sky Blue. HEX triplet: 0B, AF and EF. RGB value is (11,175,239). Sum of RGB (Red+Green+Blue) = 11+175+239=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BAFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFEF is #F45010. Grayscale: #848484. Windows color (decimal): -16011281 or 15707915. OLE color: 15707915.
HSL color Cylindrical-coordinate representation of color #0BAFEF: hue angle of 196.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFEF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 175 | 239 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.06 |
| HSL | 196.84º | 0.91% | 0.49% | - |
| HSV(B) | 196.84º | 0.95% | 0.94% | - |
| XYZ | 31.05 | 36.96 | 87.16 | - |
| YUV | 133.26 | 187.67 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 239 | 0.95 | 0.27 | 0 | 0.06 | 196.84 | 0.91 | 0.49 |
| Hex | B | AF | EF | 5F | 1B | 0 | 6 | C5 | 5B | 31 |
| Octal | 13 | 257 | 357 | 137 | 33 | 0 | 6 | 305 | 133 | 61 |
| Binary | 1011 | 10101111 | 11101111 | 1011111 | 11011 | 0 | 110 | 11000101 | 1011011 | 110001 |
Color Harmonies of #0BAFEF
Complementary color
Monochromatic Colors of #0BAFEF
Black with #0BAFEF
Text Example
Text Example
White with #0BAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFEF; }
p { color: rgb(11,175,239); }
H1.HeaderClassName
{
color: #0BAFEF;
}
.AnyTagClassName
{
color: #0BAFEF;
}
</style>
background-color css
<style>
a { background-color: #0BAFEF; }
a { background-color: rgb(11,175,239); }
div.DivClassName
{
background-color: #0BAFEF;
}
.BgClassName
{
background-color: #0BAFEF;
}
</style>
border-color css
<style>
span { border-color: #0BAFEF; }
span { border-color: rgb(11,175,239); }
td.TdClassName
{
border-color: #0BAFEF;
}
.TagClassName
{
border-color: #0BAFEF;
}
</style>