Shades of Summer Sky #1CAFE6
Tints of Summer Sky #1CAFE6
RGB
CMYK
RGB Variations
Color information
#1CAFE6 (or 0x1CAFE6) is known color: Summer Sky. HEX triplet: 1C, AF and E6. RGB value is (28,175,230). Sum of RGB (Red+Green+Blue) = 28+175+230=433 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.47% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #1CAFE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAFE6 is #E35019. Grayscale: #888888. Windows color (decimal): -14897178 or 15118108. OLE color: 15118108.
HSL color Cylindrical-coordinate representation of color #1CAFE6: hue angle of 196.34º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAFE6 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 175 | 230 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.10 |
| HSL | 196.34º | 0.8% | 0.51% | - |
| HSV(B) | 196.34º | 0.88% | 0.9% | - |
| XYZ | 30.09 | 36.62 | 80.35 | - |
| YUV | 137.32 | 180.3 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 230 | 0.88 | 0.24 | 0 | 0.10 | 196.34 | 0.8 | 0.51 |
| Hex | 1C | AF | E6 | 58 | 18 | 0 | A | C4 | 50 | 33 |
| Octal | 34 | 257 | 346 | 130 | 30 | 0 | 12 | 304 | 120 | 63 |
| Binary | 11100 | 10101111 | 11100110 | 1011000 | 11000 | 0 | 1010 | 11000100 | 1010000 | 110011 |
Color Harmonies of #1CAFE6
Complementary color
Monochromatic Colors of #1CAFE6
Black with #1CAFE6
Text Example
Text Example
White with #1CAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAFE6; }
p { color: rgb(28,175,230); }
H1.HeaderClassName
{
color: #1CAFE6;
}
.AnyTagClassName
{
color: #1CAFE6;
}
</style>
background-color css
<style>
a { background-color: #1CAFE6; }
a { background-color: rgb(28,175,230); }
div.DivClassName
{
background-color: #1CAFE6;
}
.BgClassName
{
background-color: #1CAFE6;
}
</style>
border-color css
<style>
span { border-color: #1CAFE6; }
span { border-color: rgb(28,175,230); }
td.TdClassName
{
border-color: #1CAFE6;
}
.TagClassName
{
border-color: #1CAFE6;
}
</style>