Shades of Deep Sky Blue #0BCDF2
Tints of Deep Sky Blue #0BCDF2
RGB
CMYK
RGB Variations
Color information
#0BCDF2 (or 0x0BCDF2) is known color: Deep Sky Blue. HEX triplet: 0B, CD and F2. RGB value is (11,205,242). Sum of RGB (Red+Green+Blue) = 11+205+242=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #0BCDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCDF2 is #F4320D. Grayscale: #969696. Windows color (decimal): -16003598 or 15912203. OLE color: 15912203.
HSL color Cylindrical-coordinate representation of color #0BCDF2: hue angle of 189.61º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCDF2 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 205 | 242 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.05 |
| HSL | 189.61º | 0.91% | 0.5% | - |
| HSV(B) | 189.61º | 0.95% | 0.95% | - |
| XYZ | 38 | 50.14 | 91.68 | - |
| YUV | 151.21 | 179.23 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 242 | 0.95 | 0.15 | 0 | 0.05 | 189.61 | 0.91 | 0.5 |
| Hex | B | CD | F2 | 5F | F | 0 | 5 | BE | 5B | 32 |
| Octal | 13 | 315 | 362 | 137 | 17 | 0 | 5 | 276 | 133 | 62 |
| Binary | 1011 | 11001101 | 11110010 | 1011111 | 1111 | 0 | 101 | 10111110 | 1011011 | 110010 |
Color Harmonies of #0BCDF2
Complementary color
Monochromatic Colors of #0BCDF2
Black with #0BCDF2
Text Example
Text Example
White with #0BCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDF2; }
p { color: rgb(11,205,242); }
H1.HeaderClassName
{
color: #0BCDF2;
}
.AnyTagClassName
{
color: #0BCDF2;
}
</style>
background-color css
<style>
a { background-color: #0BCDF2; }
a { background-color: rgb(11,205,242); }
div.DivClassName
{
background-color: #0BCDF2;
}
.BgClassName
{
background-color: #0BCDF2;
}
</style>
border-color css
<style>
span { border-color: #0BCDF2; }
span { border-color: rgb(11,205,242); }
td.TdClassName
{
border-color: #0BCDF2;
}
.TagClassName
{
border-color: #0BCDF2;
}
</style>