Shades of Deep Sky Blue #0BD2FF
Tints of Deep Sky Blue #0BD2FF
RGB
CMYK
RGB Variations
Color information
#0BD2FF (or 0x0BD2FF) is known color: Deep Sky Blue. HEX triplet: 0B, D2 and FF. RGB value is (11,210,255). Sum of RGB (Red+Green+Blue) = 11+210+255=476 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.31% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BD2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD2FF is #F42D00. Grayscale: #9B9B9B. Windows color (decimal): -16002305 or 16765451. OLE color: 16765451.
HSL color Cylindrical-coordinate representation of color #0BD2FF: hue angle of 191.07º 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 #0BD2FF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 210 | 255 | - |
| CMYK | 0.96 | 0.18 | 0 | 0 |
| HSL | 191.07º | 1% | 0.52% | - |
| HSV(B) | 191.07º | 0.96% | 1% | - |
| XYZ | 41.23 | 53.38 | 102.74 | - |
| YUV | 155.63 | 184.07 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 210 | 255 | 0.96 | 0.18 | 0 | 0 | 191.07 | 1 | 0.52 |
| Hex | B | D2 | FF | 60 | 12 | 0 | 0 | BF | 64 | 34 |
| Octal | 13 | 322 | 377 | 140 | 22 | 0 | 0 | 277 | 144 | 64 |
| Binary | 1011 | 11010010 | 11111111 | 1100000 | 10010 | 0 | 0 | 10111111 | 1100100 | 110100 |
Color Harmonies of #0BD2FF
Complementary color
Monochromatic Colors of #0BD2FF
Black with #0BD2FF
Text Example
Text Example
White with #0BD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD2FF; }
p { color: rgb(11,210,255); }
H1.HeaderClassName
{
color: #0BD2FF;
}
.AnyTagClassName
{
color: #0BD2FF;
}
</style>
background-color css
<style>
a { background-color: #0BD2FF; }
a { background-color: rgb(11,210,255); }
div.DivClassName
{
background-color: #0BD2FF;
}
.BgClassName
{
background-color: #0BD2FF;
}
</style>
border-color css
<style>
span { border-color: #0BD2FF; }
span { border-color: rgb(11,210,255); }
td.TdClassName
{
border-color: #0BD2FF;
}
.TagClassName
{
border-color: #0BD2FF;
}
</style>