Shades of Summer Sky #2FCAED
Tints of Summer Sky #2FCAED
RGB
CMYK
RGB Variations
Color information
#2FCAED (or 0x2FCAED) is known color: Summer Sky. HEX triplet: 2F, CA and ED. RGB value is (47,202,237). Sum of RGB (Red+Green+Blue) = 47+202+237=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FCAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAED is #D03512. Grayscale: #9F9F9F. Windows color (decimal): -13645075 or 15583791. OLE color: 15583791.
HSL color Cylindrical-coordinate representation of color #2FCAED: hue angle of 191.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FCAED is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 202 | 237 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.07 |
| HSL | 191.05º | 0.84% | 0.56% | - |
| HSV(B) | 191.05º | 0.8% | 0.93% | - |
| XYZ | 37.58 | 48.96 | 87.59 | - |
| YUV | 159.65 | 171.65 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 237 | 0.80 | 0.15 | 0 | 0.07 | 191.05 | 0.84 | 0.56 |
| Hex | 2F | CA | ED | 50 | F | 0 | 7 | BF | 54 | 38 |
| Octal | 57 | 312 | 355 | 120 | 17 | 0 | 7 | 277 | 124 | 70 |
| Binary | 101111 | 11001010 | 11101101 | 1010000 | 1111 | 0 | 111 | 10111111 | 1010100 | 111000 |
Color Harmonies of #2FCAED
Complementary color
Monochromatic Colors of #2FCAED
Black with #2FCAED
Text Example
Text Example
White with #2FCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAED; }
p { color: rgb(47,202,237); }
H1.HeaderClassName
{
color: #2FCAED;
}
.AnyTagClassName
{
color: #2FCAED;
}
</style>
background-color css
<style>
a { background-color: #2FCAED; }
a { background-color: rgb(47,202,237); }
div.DivClassName
{
background-color: #2FCAED;
}
.BgClassName
{
background-color: #2FCAED;
}
</style>
border-color css
<style>
span { border-color: #2FCAED; }
span { border-color: rgb(47,202,237); }
td.TdClassName
{
border-color: #2FCAED;
}
.TagClassName
{
border-color: #2FCAED;
}
</style>