Shades of Summer Sky #1CAFEB
Tints of Summer Sky #1CAFEB
RGB
CMYK
RGB Variations
Color information
#1CAFEB (or 0x1CAFEB) is known color: Summer Sky. HEX triplet: 1C, AF and EB. RGB value is (28,175,235). Sum of RGB (Red+Green+Blue) = 28+175+235=438 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.39% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CAFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAFEB is #E35014. Grayscale: #898989. Windows color (decimal): -14897173 or 15445788. OLE color: 15445788.
HSL color Cylindrical-coordinate representation of color #1CAFEB: hue angle of 197.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAFEB is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 175 | 235 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.08 |
| HSL | 197.39º | 0.84% | 0.52% | - |
| HSV(B) | 197.39º | 0.88% | 0.92% | - |
| XYZ | 30.8 | 36.9 | 84.1 | - |
| YUV | 137.89 | 182.8 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 235 | 0.88 | 0.26 | 0 | 0.08 | 197.39 | 0.84 | 0.52 |
| Hex | 1C | AF | EB | 58 | 1A | 0 | 8 | C5 | 54 | 34 |
| Octal | 34 | 257 | 353 | 130 | 32 | 0 | 10 | 305 | 124 | 64 |
| Binary | 11100 | 10101111 | 11101011 | 1011000 | 11010 | 0 | 1000 | 11000101 | 1010100 | 110100 |
Color Harmonies of #1CAFEB
Complementary color
Monochromatic Colors of #1CAFEB
Black with #1CAFEB
Text Example
Text Example
White with #1CAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAFEB; }
p { color: rgb(28,175,235); }
H1.HeaderClassName
{
color: #1CAFEB;
}
.AnyTagClassName
{
color: #1CAFEB;
}
</style>
background-color css
<style>
a { background-color: #1CAFEB; }
a { background-color: rgb(28,175,235); }
div.DivClassName
{
background-color: #1CAFEB;
}
.BgClassName
{
background-color: #1CAFEB;
}
</style>
border-color css
<style>
span { border-color: #1CAFEB; }
span { border-color: rgb(28,175,235); }
td.TdClassName
{
border-color: #1CAFEB;
}
.TagClassName
{
border-color: #1CAFEB;
}
</style>