Shades of Deep Sky Blue #0ABDE7
Tints of Deep Sky Blue #0ABDE7
RGB
CMYK
RGB Variations
Color information
#0ABDE7 (or 0x0ABDE7) is known color: Deep Sky Blue. HEX triplet: 0A, BD and E7. RGB value is (10,189,231). Sum of RGB (Red+Green+Blue) = 10+189+231=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #0ABDE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDE7 is #F54218. Grayscale: #8B8B8B. Windows color (decimal): -16073241 or 15187210. OLE color: 15187210.
HSL color Cylindrical-coordinate representation of color #0ABDE7: hue angle of 191.4º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABDE7 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 189 | 231 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.09 |
| HSL | 191.4º | 0.92% | 0.47% | - |
| HSV(B) | 191.4º | 0.96% | 0.91% | - |
| XYZ | 32.75 | 42.23 | 82.03 | - |
| YUV | 140.27 | 179.2 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 231 | 0.96 | 0.18 | 0 | 0.09 | 191.4 | 0.92 | 0.47 |
| Hex | A | BD | E7 | 60 | 12 | 0 | 9 | BF | 5C | 2F |
| Octal | 12 | 275 | 347 | 140 | 22 | 0 | 11 | 277 | 134 | 57 |
| Binary | 1010 | 10111101 | 11100111 | 1100000 | 10010 | 0 | 1001 | 10111111 | 1011100 | 101111 |
Color Harmonies of #0ABDE7
Complementary color
Monochromatic Colors of #0ABDE7
Black with #0ABDE7
Text Example
Text Example
White with #0ABDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDE7; }
p { color: rgb(10,189,231); }
H1.HeaderClassName
{
color: #0ABDE7;
}
.AnyTagClassName
{
color: #0ABDE7;
}
</style>
background-color css
<style>
a { background-color: #0ABDE7; }
a { background-color: rgb(10,189,231); }
div.DivClassName
{
background-color: #0ABDE7;
}
.BgClassName
{
background-color: #0ABDE7;
}
</style>
border-color css
<style>
span { border-color: #0ABDE7; }
span { border-color: rgb(10,189,231); }
td.TdClassName
{
border-color: #0ABDE7;
}
.TagClassName
{
border-color: #0ABDE7;
}
</style>