Shades of Deep Sky Blue #0AD1F8
Tints of Deep Sky Blue #0AD1F8
RGB
CMYK
RGB Variations
Color information
#0AD1F8 (or 0x0AD1F8) is known color: Deep Sky Blue. HEX triplet: 0A, D1 and F8. RGB value is (10,209,248). Sum of RGB (Red+Green+Blue) = 10+209+248=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #0AD1F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD1F8 is #F52E07. Grayscale: #999999. Windows color (decimal): -16068104 or 16306442. OLE color: 16306442.
HSL color Cylindrical-coordinate representation of color #0AD1F8: hue angle of 189.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD1F8 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 209 | 248 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.03 |
| HSL | 189.83º | 0.94% | 0.51% | - |
| HSV(B) | 189.83º | 0.96% | 0.97% | - |
| XYZ | 39.87 | 52.44 | 96.83 | - |
| YUV | 153.95 | 181.07 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 248 | 0.96 | 0.16 | 0 | 0.03 | 189.83 | 0.94 | 0.51 |
| Hex | A | D1 | F8 | 60 | 10 | 0 | 3 | BE | 5E | 33 |
| Octal | 12 | 321 | 370 | 140 | 20 | 0 | 3 | 276 | 136 | 63 |
| Binary | 1010 | 11010001 | 11111000 | 1100000 | 10000 | 0 | 11 | 10111110 | 1011110 | 110011 |
Color Harmonies of #0AD1F8
Complementary color
Monochromatic Colors of #0AD1F8
Black with #0AD1F8
Text Example
Text Example
White with #0AD1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD1F8; }
p { color: rgb(10,209,248); }
H1.HeaderClassName
{
color: #0AD1F8;
}
.AnyTagClassName
{
color: #0AD1F8;
}
</style>
background-color css
<style>
a { background-color: #0AD1F8; }
a { background-color: rgb(10,209,248); }
div.DivClassName
{
background-color: #0AD1F8;
}
.BgClassName
{
background-color: #0AD1F8;
}
</style>
border-color css
<style>
span { border-color: #0AD1F8; }
span { border-color: rgb(10,209,248); }
td.TdClassName
{
border-color: #0AD1F8;
}
.TagClassName
{
border-color: #0AD1F8;
}
</style>