Shades of Deep Sky Blue #0BAFEE
Tints of Deep Sky Blue #0BAFEE
RGB
CMYK
RGB Variations
Color information
#0BAFEE (or 0x0BAFEE) is known color: Deep Sky Blue. HEX triplet: 0B, AF and EE. RGB value is (11,175,238). Sum of RGB (Red+Green+Blue) = 11+175+238=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BAFEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFEE is #F45011. Grayscale: #848484. Windows color (decimal): -16011282 or 15642379. OLE color: 15642379.
HSL color Cylindrical-coordinate representation of color #0BAFEE: hue angle of 196.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFEE is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 175 | 238 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.07 |
| HSL | 196.65º | 0.91% | 0.49% | - |
| HSV(B) | 196.65º | 0.95% | 0.93% | - |
| XYZ | 30.9 | 36.9 | 86.38 | - |
| YUV | 133.15 | 187.17 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 238 | 0.95 | 0.26 | 0 | 0.07 | 196.65 | 0.91 | 0.49 |
| Hex | B | AF | EE | 5F | 1A | 0 | 7 | C5 | 5B | 31 |
| Octal | 13 | 257 | 356 | 137 | 32 | 0 | 7 | 305 | 133 | 61 |
| Binary | 1011 | 10101111 | 11101110 | 1011111 | 11010 | 0 | 111 | 11000101 | 1011011 | 110001 |
Color Harmonies of #0BAFEE
Complementary color
Monochromatic Colors of #0BAFEE
Black with #0BAFEE
Text Example
Text Example
White with #0BAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFEE; }
p { color: rgb(11,175,238); }
H1.HeaderClassName
{
color: #0BAFEE;
}
.AnyTagClassName
{
color: #0BAFEE;
}
</style>
background-color css
<style>
a { background-color: #0BAFEE; }
a { background-color: rgb(11,175,238); }
div.DivClassName
{
background-color: #0BAFEE;
}
.BgClassName
{
background-color: #0BAFEE;
}
</style>
border-color css
<style>
span { border-color: #0BAFEE; }
span { border-color: rgb(11,175,238); }
td.TdClassName
{
border-color: #0BAFEE;
}
.TagClassName
{
border-color: #0BAFEE;
}
</style>