Shades of Deep Sky Blue #12DEFF
Tints of Deep Sky Blue #12DEFF
RGB
CMYK
RGB Variations
Color information
#12DEFF (or 0x12DEFF) is known color: Deep Sky Blue. HEX triplet: 12, DE and FF. RGB value is (18,222,255). Sum of RGB (Red+Green+Blue) = 18+222+255=495 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #12DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DEFF is #ED2100. Grayscale: #A4A4A4. Windows color (decimal): -15540481 or 16768530. OLE color: 16768530.
HSL color Cylindrical-coordinate representation of color #12DEFF: hue angle of 188.35º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DEFF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 222 | 255 | - |
| CMYK | 0.93 | 0.13 | 0 | 0 |
| HSL | 188.35º | 1% | 0.54% | - |
| HSV(B) | 188.35º | 0.93% | 1% | - |
| XYZ | 44.42 | 59.59 | 103.77 | - |
| YUV | 164.77 | 178.91 | 23.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 255 | 0.93 | 0.13 | 0 | 0 | 188.35 | 1 | 0.54 |
| Hex | 12 | DE | FF | 5D | D | 0 | 0 | BC | 64 | 36 |
| Octal | 22 | 336 | 377 | 135 | 15 | 0 | 0 | 274 | 144 | 66 |
| Binary | 10010 | 11011110 | 11111111 | 1011101 | 1101 | 0 | 0 | 10111100 | 1100100 | 110110 |
Color Harmonies of #12DEFF
Complementary color
Monochromatic Colors of #12DEFF
Black with #12DEFF
Text Example
Text Example
White with #12DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEFF; }
p { color: rgb(18,222,255); }
H1.HeaderClassName
{
color: #12DEFF;
}
.AnyTagClassName
{
color: #12DEFF;
}
</style>
background-color css
<style>
a { background-color: #12DEFF; }
a { background-color: rgb(18,222,255); }
div.DivClassName
{
background-color: #12DEFF;
}
.BgClassName
{
background-color: #12DEFF;
}
</style>
border-color css
<style>
span { border-color: #12DEFF; }
span { border-color: rgb(18,222,255); }
td.TdClassName
{
border-color: #12DEFF;
}
.TagClassName
{
border-color: #12DEFF;
}
</style>