Shades of Deep Sky Blue #0BB5FD
Tints of Deep Sky Blue #0BB5FD
RGB
CMYK
RGB Variations
Color information
#0BB5FD (or 0x0BB5FD) is known color: Deep Sky Blue. HEX triplet: 0B, B5 and FD. RGB value is (11,181,253). Sum of RGB (Red+Green+Blue) = 11+181+253=445 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BB5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB5FD is #F44A02. Grayscale: #898989. Windows color (decimal): -16009731 or 16626955. OLE color: 16626955.
HSL color Cylindrical-coordinate representation of color #0BB5FD: hue angle of 197.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BB5FD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 181 | 253 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.01 |
| HSL | 197.85º | 0.98% | 0.52% | - |
| HSV(B) | 197.85º | 0.96% | 0.99% | - |
| XYZ | 34.39 | 40.21 | 98.88 | - |
| YUV | 138.38 | 192.68 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 181 | 253 | 0.96 | 0.28 | 0 | 0.01 | 197.85 | 0.98 | 0.52 |
| Hex | B | B5 | FD | 60 | 1C | 0 | 1 | C6 | 62 | 34 |
| Octal | 13 | 265 | 375 | 140 | 34 | 0 | 1 | 306 | 142 | 64 |
| Binary | 1011 | 10110101 | 11111101 | 1100000 | 11100 | 0 | 1 | 11000110 | 1100010 | 110100 |
Color Harmonies of #0BB5FD
Complementary color
Monochromatic Colors of #0BB5FD
Black with #0BB5FD
Text Example
Text Example
White with #0BB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB5FD; }
p { color: rgb(11,181,253); }
H1.HeaderClassName
{
color: #0BB5FD;
}
.AnyTagClassName
{
color: #0BB5FD;
}
</style>
background-color css
<style>
a { background-color: #0BB5FD; }
a { background-color: rgb(11,181,253); }
div.DivClassName
{
background-color: #0BB5FD;
}
.BgClassName
{
background-color: #0BB5FD;
}
</style>
border-color css
<style>
span { border-color: #0BB5FD; }
span { border-color: rgb(11,181,253); }
td.TdClassName
{
border-color: #0BB5FD;
}
.TagClassName
{
border-color: #0BB5FD;
}
</style>