Shades of Deep Sky Blue #12CAF0
Tints of Deep Sky Blue #12CAF0
RGB
CMYK
RGB Variations
Color information
#12CAF0 (or 0x12CAF0) is known color: Deep Sky Blue. HEX triplet: 12, CA and F0. RGB value is (18,202,240). Sum of RGB (Red+Green+Blue) = 18+202+240=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #12CAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CAF0 is #ED350F. Grayscale: #969696. Windows color (decimal): -15545616 or 15780370. OLE color: 15780370.
HSL color Cylindrical-coordinate representation of color #12CAF0: hue angle of 190.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CAF0 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 202 | 240 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.06 |
| HSL | 190.27º | 0.88% | 0.51% | - |
| HSV(B) | 190.27º | 0.93% | 0.94% | - |
| XYZ | 37.1 | 48.66 | 89.88 | - |
| YUV | 151.32 | 178.04 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 240 | 0.92 | 0.16 | 0 | 0.06 | 190.27 | 0.88 | 0.51 |
| Hex | 12 | CA | F0 | 5C | 10 | 0 | 6 | BE | 58 | 33 |
| Octal | 22 | 312 | 360 | 134 | 20 | 0 | 6 | 276 | 130 | 63 |
| Binary | 10010 | 11001010 | 11110000 | 1011100 | 10000 | 0 | 110 | 10111110 | 1011000 | 110011 |
Color Harmonies of #12CAF0
Complementary color
Monochromatic Colors of #12CAF0
Black with #12CAF0
Text Example
Text Example
White with #12CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CAF0; }
p { color: rgb(18,202,240); }
H1.HeaderClassName
{
color: #12CAF0;
}
.AnyTagClassName
{
color: #12CAF0;
}
</style>
background-color css
<style>
a { background-color: #12CAF0; }
a { background-color: rgb(18,202,240); }
div.DivClassName
{
background-color: #12CAF0;
}
.BgClassName
{
background-color: #12CAF0;
}
</style>
border-color css
<style>
span { border-color: #12CAF0; }
span { border-color: rgb(18,202,240); }
td.TdClassName
{
border-color: #12CAF0;
}
.TagClassName
{
border-color: #12CAF0;
}
</style>