Shades of Deep Sky Blue #12DAFE
Tints of Deep Sky Blue #12DAFE
RGB
CMYK
RGB Variations
Color information
#12DAFE (or 0x12DAFE) is known color: Deep Sky Blue. HEX triplet: 12, DA and FE. RGB value is (18,218,254). Sum of RGB (Red+Green+Blue) = 18+218+254=490 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #12DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DAFE is #ED2501. Grayscale: #A1A1A1. Windows color (decimal): -15541506 or 16701970. OLE color: 16701970.
HSL color Cylindrical-coordinate representation of color #12DAFE: hue angle of 189.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DAFE is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 218 | 254 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.00 |
| HSL | 189.15º | 0.99% | 0.53% | - |
| HSV(B) | 189.15º | 0.93% | 1% | - |
| XYZ | 43.21 | 57.43 | 102.57 | - |
| YUV | 162.3 | 179.74 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 254 | 0.93 | 0.14 | 0 | 0.00 | 189.15 | 0.99 | 0.53 |
| Hex | 12 | DA | FE | 5D | E | 0 | 0 | BD | 63 | 35 |
| Octal | 22 | 332 | 376 | 135 | 16 | 0 | 0 | 275 | 143 | 65 |
| Binary | 10010 | 11011010 | 11111110 | 1011101 | 1110 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #12DAFE
Complementary color
Monochromatic Colors of #12DAFE
Black with #12DAFE
Text Example
Text Example
White with #12DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DAFE; }
p { color: rgb(18,218,254); }
H1.HeaderClassName
{
color: #12DAFE;
}
.AnyTagClassName
{
color: #12DAFE;
}
</style>
background-color css
<style>
a { background-color: #12DAFE; }
a { background-color: rgb(18,218,254); }
div.DivClassName
{
background-color: #12DAFE;
}
.BgClassName
{
background-color: #12DAFE;
}
</style>
border-color css
<style>
span { border-color: #12DAFE; }
span { border-color: rgb(18,218,254); }
td.TdClassName
{
border-color: #12DAFE;
}
.TagClassName
{
border-color: #12DAFE;
}
</style>