Shades of Summer Sky #2CAFFA
Tints of Summer Sky #2CAFFA
RGB
CMYK
RGB Variations
Color information
#2CAFFA (or 0x2CAFFA) is known color: Summer Sky. HEX triplet: 2C, AF and FA. RGB value is (44,175,250). Sum of RGB (Red+Green+Blue) = 44+175+250=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CAFFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CAFFA is #D35005. Grayscale: #8F8F8F. Windows color (decimal): -13848582 or 16428844. OLE color: 16428844.
HSL color Cylindrical-coordinate representation of color #2CAFFA: hue angle of 201.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CAFFA is Cyan = 0.82, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 175 | 250 | - |
| CMYK | 0.82 | 0.3 | 0 | 0.02 |
| HSL | 201.84º | 0.95% | 0.58% | - |
| HSV(B) | 201.84º | 0.82% | 0.98% | - |
| XYZ | 33.62 | 38.1 | 96.02 | - |
| YUV | 144.38 | 187.6 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 250 | 0.82 | 0.3 | 0 | 0.02 | 201.84 | 0.95 | 0.58 |
| Hex | 2C | AF | FA | 52 | 1E | 0 | 2 | CA | 5F | 3A |
| Octal | 54 | 257 | 372 | 122 | 36 | 0 | 2 | 312 | 137 | 72 |
| Binary | 101100 | 10101111 | 11111010 | 1010010 | 11110 | 0 | 10 | 11001010 | 1011111 | 111010 |
Color Harmonies of #2CAFFA
Complementary color
Monochromatic Colors of #2CAFFA
Black with #2CAFFA
Text Example
Text Example
White with #2CAFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAFFA; }
p { color: rgb(44,175,250); }
H1.HeaderClassName
{
color: #2CAFFA;
}
.AnyTagClassName
{
color: #2CAFFA;
}
</style>
background-color css
<style>
a { background-color: #2CAFFA; }
a { background-color: rgb(44,175,250); }
div.DivClassName
{
background-color: #2CAFFA;
}
.BgClassName
{
background-color: #2CAFFA;
}
</style>
border-color css
<style>
span { border-color: #2CAFFA; }
span { border-color: rgb(44,175,250); }
td.TdClassName
{
border-color: #2CAFFA;
}
.TagClassName
{
border-color: #2CAFFA;
}
</style>