Shades of Summer Sky #2FCAEE
Tints of Summer Sky #2FCAEE
RGB
CMYK
RGB Variations
Color information
#2FCAEE (or 0x2FCAEE) is known color: Summer Sky. HEX triplet: 2F, CA and EE. RGB value is (47,202,238). Sum of RGB (Red+Green+Blue) = 47+202+238=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FCAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAEE is #D03511. Grayscale: #9F9F9F. Windows color (decimal): -13645074 or 15649327. OLE color: 15649327.
HSL color Cylindrical-coordinate representation of color #2FCAEE: hue angle of 191.31º degrees, saturation: 0.85, 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 #2FCAEE is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 202 | 238 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.07 |
| HSL | 191.31º | 0.85% | 0.56% | - |
| HSV(B) | 191.31º | 0.8% | 0.93% | - |
| XYZ | 37.73 | 49.02 | 88.36 | - |
| YUV | 159.76 | 172.15 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 238 | 0.80 | 0.15 | 0 | 0.07 | 191.31 | 0.85 | 0.56 |
| Hex | 2F | CA | EE | 50 | F | 0 | 7 | BF | 55 | 38 |
| Octal | 57 | 312 | 356 | 120 | 17 | 0 | 7 | 277 | 125 | 70 |
| Binary | 101111 | 11001010 | 11101110 | 1010000 | 1111 | 0 | 111 | 10111111 | 1010101 | 111000 |
Color Harmonies of #2FCAEE
Complementary color
Monochromatic Colors of #2FCAEE
Black with #2FCAEE
Text Example
Text Example
White with #2FCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAEE; }
p { color: rgb(47,202,238); }
H1.HeaderClassName
{
color: #2FCAEE;
}
.AnyTagClassName
{
color: #2FCAEE;
}
</style>
background-color css
<style>
a { background-color: #2FCAEE; }
a { background-color: rgb(47,202,238); }
div.DivClassName
{
background-color: #2FCAEE;
}
.BgClassName
{
background-color: #2FCAEE;
}
</style>
border-color css
<style>
span { border-color: #2FCAEE; }
span { border-color: rgb(47,202,238); }
td.TdClassName
{
border-color: #2FCAEE;
}
.TagClassName
{
border-color: #2FCAEE;
}
</style>