Shades of Summer Sky #1CAEEE
Tints of Summer Sky #1CAEEE
RGB
CMYK
RGB Variations
Color information
#1CAEEE (or 0x1CAEEE) is known color: Summer Sky. HEX triplet: 1C, AE and EE. RGB value is (28,174,238). Sum of RGB (Red+Green+Blue) = 28+174+238=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CAEEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAEEE is #E35111. Grayscale: #898989. Windows color (decimal): -14897426 or 15642140. OLE color: 15642140.
HSL color Cylindrical-coordinate representation of color #1CAEEE: hue angle of 198.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAEEE is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 174 | 238 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.07 |
| HSL | 198.29º | 0.86% | 0.52% | - |
| HSV(B) | 198.29º | 0.88% | 0.93% | - |
| XYZ | 31.05 | 36.69 | 86.33 | - |
| YUV | 137.64 | 184.63 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 238 | 0.88 | 0.27 | 0 | 0.07 | 198.29 | 0.86 | 0.52 |
| Hex | 1C | AE | EE | 58 | 1B | 0 | 7 | C6 | 56 | 34 |
| Octal | 34 | 256 | 356 | 130 | 33 | 0 | 7 | 306 | 126 | 64 |
| Binary | 11100 | 10101110 | 11101110 | 1011000 | 11011 | 0 | 111 | 11000110 | 1010110 | 110100 |
Color Harmonies of #1CAEEE
Complementary color
Monochromatic Colors of #1CAEEE
Black with #1CAEEE
Text Example
Text Example
White with #1CAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAEEE; }
p { color: rgb(28,174,238); }
H1.HeaderClassName
{
color: #1CAEEE;
}
.AnyTagClassName
{
color: #1CAEEE;
}
</style>
background-color css
<style>
a { background-color: #1CAEEE; }
a { background-color: rgb(28,174,238); }
div.DivClassName
{
background-color: #1CAEEE;
}
.BgClassName
{
background-color: #1CAEEE;
}
</style>
border-color css
<style>
span { border-color: #1CAEEE; }
span { border-color: rgb(28,174,238); }
td.TdClassName
{
border-color: #1CAEEE;
}
.TagClassName
{
border-color: #1CAEEE;
}
</style>