Shades of Deep Sky Blue #12CBED
Tints of Deep Sky Blue #12CBED
RGB
CMYK
RGB Variations
Color information
#12CBED (or 0x12CBED) is known color: Deep Sky Blue. HEX triplet: 12, CB and ED. RGB value is (18,203,237). Sum of RGB (Red+Green+Blue) = 18+203+237=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #12CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CBED is #ED3412. Grayscale: #979797. Windows color (decimal): -15545363 or 15584018. OLE color: 15584018.
HSL color Cylindrical-coordinate representation of color #12CBED: hue angle of 189.32º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CBED is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 203 | 237 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.07 |
| HSL | 189.32º | 0.86% | 0.5% | - |
| HSV(B) | 189.32º | 0.92% | 0.93% | - |
| XYZ | 36.89 | 48.95 | 87.63 | - |
| YUV | 151.56 | 176.21 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 237 | 0.92 | 0.14 | 0 | 0.07 | 189.32 | 0.86 | 0.5 |
| Hex | 12 | CB | ED | 5C | E | 0 | 7 | BD | 56 | 32 |
| Octal | 22 | 313 | 355 | 134 | 16 | 0 | 7 | 275 | 126 | 62 |
| Binary | 10010 | 11001011 | 11101101 | 1011100 | 1110 | 0 | 111 | 10111101 | 1010110 | 110010 |
Color Harmonies of #12CBED
Complementary color
Monochromatic Colors of #12CBED
Black with #12CBED
Text Example
Text Example
White with #12CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CBED; }
p { color: rgb(18,203,237); }
H1.HeaderClassName
{
color: #12CBED;
}
.AnyTagClassName
{
color: #12CBED;
}
</style>
background-color css
<style>
a { background-color: #12CBED; }
a { background-color: rgb(18,203,237); }
div.DivClassName
{
background-color: #12CBED;
}
.BgClassName
{
background-color: #12CBED;
}
</style>
border-color css
<style>
span { border-color: #12CBED; }
span { border-color: rgb(18,203,237); }
td.TdClassName
{
border-color: #12CBED;
}
.TagClassName
{
border-color: #12CBED;
}
</style>