Shades of Deep Sky Blue #0DBBFE
Tints of Deep Sky Blue #0DBBFE
RGB
CMYK
RGB Variations
Color information
#0DBBFE (or 0x0DBBFE) is known color: Deep Sky Blue. HEX triplet: 0D, BB and FE. RGB value is (13,187,254). Sum of RGB (Red+Green+Blue) = 13+187+254=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DBBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBBFE is #F24401. Grayscale: #8E8E8E. Windows color (decimal): -15877122 or 16694029. OLE color: 16694029.
HSL color Cylindrical-coordinate representation of color #0DBBFE: hue angle of 196.68º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBBFE is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 187 | 254 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.00 |
| HSL | 196.68º | 0.99% | 0.52% | - |
| HSV(B) | 196.68º | 0.95% | 1% | - |
| XYZ | 35.83 | 42.78 | 100.14 | - |
| YUV | 142.61 | 190.85 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 254 | 0.95 | 0.26 | 0 | 0.00 | 196.68 | 0.99 | 0.52 |
| Hex | D | BB | FE | 5F | 1A | 0 | 0 | C5 | 63 | 34 |
| Octal | 15 | 273 | 376 | 137 | 32 | 0 | 0 | 305 | 143 | 64 |
| Binary | 1101 | 10111011 | 11111110 | 1011111 | 11010 | 0 | 0 | 11000101 | 1100011 | 110100 |
Color Harmonies of #0DBBFE
Complementary color
Monochromatic Colors of #0DBBFE
Black with #0DBBFE
Text Example
Text Example
White with #0DBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBFE; }
p { color: rgb(13,187,254); }
H1.HeaderClassName
{
color: #0DBBFE;
}
.AnyTagClassName
{
color: #0DBBFE;
}
</style>
background-color css
<style>
a { background-color: #0DBBFE; }
a { background-color: rgb(13,187,254); }
div.DivClassName
{
background-color: #0DBBFE;
}
.BgClassName
{
background-color: #0DBBFE;
}
</style>
border-color css
<style>
span { border-color: #0DBBFE; }
span { border-color: rgb(13,187,254); }
td.TdClassName
{
border-color: #0DBBFE;
}
.TagClassName
{
border-color: #0DBBFE;
}
</style>