Shades of Deep Sky Blue #0BB2FF
Tints of Deep Sky Blue #0BB2FF
RGB
CMYK
RGB Variations
Color information
#0BB2FF (or 0x0BB2FF) is known color: Deep Sky Blue. HEX triplet: 0B, B2 and FF. RGB value is (11,178,255). Sum of RGB (Red+Green+Blue) = 11+178+255=444 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BB2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BB2FF is #F44D00. Grayscale: #888888. Windows color (decimal): -16010497 or 16757259. OLE color: 16757259.
HSL color Cylindrical-coordinate representation of color #0BB2FF: hue angle of 198.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BB2FF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 178 | 255 | - |
| CMYK | 0.96 | 0.30 | 0 | 0 |
| HSL | 198.93º | 1% | 0.52% | - |
| HSV(B) | 198.93º | 0.96% | 1% | - |
| XYZ | 34.11 | 39.13 | 100.36 | - |
| YUV | 136.85 | 194.67 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 255 | 0.96 | 0.30 | 0 | 0 | 198.93 | 1 | 0.52 |
| Hex | B | B2 | FF | 60 | 1E | 0 | 0 | C7 | 64 | 34 |
| Octal | 13 | 262 | 377 | 140 | 36 | 0 | 0 | 307 | 144 | 64 |
| Binary | 1011 | 10110010 | 11111111 | 1100000 | 11110 | 0 | 0 | 11000111 | 1100100 | 110100 |
Color Harmonies of #0BB2FF
Complementary color
Monochromatic Colors of #0BB2FF
Black with #0BB2FF
Text Example
Text Example
White with #0BB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB2FF; }
p { color: rgb(11,178,255); }
H1.HeaderClassName
{
color: #0BB2FF;
}
.AnyTagClassName
{
color: #0BB2FF;
}
</style>
background-color css
<style>
a { background-color: #0BB2FF; }
a { background-color: rgb(11,178,255); }
div.DivClassName
{
background-color: #0BB2FF;
}
.BgClassName
{
background-color: #0BB2FF;
}
</style>
border-color css
<style>
span { border-color: #0BB2FF; }
span { border-color: rgb(11,178,255); }
td.TdClassName
{
border-color: #0BB2FF;
}
.TagClassName
{
border-color: #0BB2FF;
}
</style>