Shades of Deep Sky Blue #1CCEFA
Tints of Deep Sky Blue #1CCEFA
RGB
CMYK
RGB Variations
Color information
#1CCEFA (or 0x1CCEFA) is known color: Deep Sky Blue. HEX triplet: 1C, CE and FA. RGB value is (28,206,250). Sum of RGB (Red+Green+Blue) = 28+206+250=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CCEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCEFA is #E33105. Grayscale: #9D9D9D. Windows color (decimal): -14889222 or 16436764. OLE color: 16436764.
HSL color Cylindrical-coordinate representation of color #1CCEFA: hue angle of 191.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCEFA is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 206 | 250 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.02 |
| HSL | 191.89º | 0.96% | 0.55% | - |
| HSV(B) | 191.89º | 0.89% | 0.98% | - |
| XYZ | 39.81 | 51.29 | 98.24 | - |
| YUV | 157.79 | 180.03 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 250 | 0.89 | 0.18 | 0 | 0.02 | 191.89 | 0.96 | 0.55 |
| Hex | 1C | CE | FA | 59 | 12 | 0 | 2 | C0 | 60 | 37 |
| Octal | 34 | 316 | 372 | 131 | 22 | 0 | 2 | 300 | 140 | 67 |
| Binary | 11100 | 11001110 | 11111010 | 1011001 | 10010 | 0 | 10 | 11000000 | 1100000 | 110111 |
Color Harmonies of #1CCEFA
Complementary color
Monochromatic Colors of #1CCEFA
Black with #1CCEFA
Text Example
Text Example
White with #1CCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEFA; }
p { color: rgb(28,206,250); }
H1.HeaderClassName
{
color: #1CCEFA;
}
.AnyTagClassName
{
color: #1CCEFA;
}
</style>
background-color css
<style>
a { background-color: #1CCEFA; }
a { background-color: rgb(28,206,250); }
div.DivClassName
{
background-color: #1CCEFA;
}
.BgClassName
{
background-color: #1CCEFA;
}
</style>
border-color css
<style>
span { border-color: #1CCEFA; }
span { border-color: rgb(28,206,250); }
td.TdClassName
{
border-color: #1CCEFA;
}
.TagClassName
{
border-color: #1CCEFA;
}
</style>