Shades of Summer Sky #2CAFEB
Tints of Summer Sky #2CAFEB
RGB
CMYK
RGB Variations
Color information
#2CAFEB (or 0x2CAFEB) is known color: Summer Sky. HEX triplet: 2C, AF and EB. RGB value is (44,175,235). Sum of RGB (Red+Green+Blue) = 44+175+235=454 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.69% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CAFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CAFEB is #D35014. Grayscale: #8E8E8E. Windows color (decimal): -13848597 or 15445804. OLE color: 15445804.
HSL color Cylindrical-coordinate representation of color #2CAFEB: hue angle of 198.85º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CAFEB is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 175 | 235 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.08 |
| HSL | 198.85º | 0.83% | 0.55% | - |
| HSV(B) | 198.85º | 0.81% | 0.92% | - |
| XYZ | 31.36 | 37.19 | 84.12 | - |
| YUV | 142.67 | 180.1 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 235 | 0.81 | 0.26 | 0 | 0.08 | 198.85 | 0.83 | 0.55 |
| Hex | 2C | AF | EB | 51 | 1A | 0 | 8 | C7 | 53 | 37 |
| Octal | 54 | 257 | 353 | 121 | 32 | 0 | 10 | 307 | 123 | 67 |
| Binary | 101100 | 10101111 | 11101011 | 1010001 | 11010 | 0 | 1000 | 11000111 | 1010011 | 110111 |
Color Harmonies of #2CAFEB
Complementary color
Monochromatic Colors of #2CAFEB
Black with #2CAFEB
Text Example
Text Example
White with #2CAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAFEB; }
p { color: rgb(44,175,235); }
H1.HeaderClassName
{
color: #2CAFEB;
}
.AnyTagClassName
{
color: #2CAFEB;
}
</style>
background-color css
<style>
a { background-color: #2CAFEB; }
a { background-color: rgb(44,175,235); }
div.DivClassName
{
background-color: #2CAFEB;
}
.BgClassName
{
background-color: #2CAFEB;
}
</style>
border-color css
<style>
span { border-color: #2CAFEB; }
span { border-color: rgb(44,175,235); }
td.TdClassName
{
border-color: #2CAFEB;
}
.TagClassName
{
border-color: #2CAFEB;
}
</style>