Shades of Summer Sky #2FCADE
Tints of Summer Sky #2FCADE
RGB
CMYK
RGB Variations
Color information
#2FCADE (or 0x2FCADE) is known color: Summer Sky. HEX triplet: 2F, CA and DE. RGB value is (47,202,222). Sum of RGB (Red+Green+Blue) = 47+202+222=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #2FCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCADE is #D03521. Grayscale: #9D9D9D. Windows color (decimal): -13645090 or 14600751. OLE color: 14600751.
HSL color Cylindrical-coordinate representation of color #2FCADE: hue angle of 186.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCADE is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 202 | 222 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.13 |
| HSL | 186.86º | 0.73% | 0.53% | - |
| HSV(B) | 186.86º | 0.79% | 0.87% | - |
| XYZ | 35.48 | 48.12 | 76.53 | - |
| YUV | 157.94 | 164.15 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 222 | 0.79 | 0.09 | 0 | 0.13 | 186.86 | 0.73 | 0.53 |
| Hex | 2F | CA | DE | 4F | 9 | 0 | D | BB | 49 | 35 |
| Octal | 57 | 312 | 336 | 117 | 11 | 0 | 15 | 273 | 111 | 65 |
| Binary | 101111 | 11001010 | 11011110 | 1001111 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110101 |
Color Harmonies of #2FCADE
Complementary color
Monochromatic Colors of #2FCADE
Black with #2FCADE
Text Example
Text Example
White with #2FCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCADE; }
p { color: rgb(47,202,222); }
H1.HeaderClassName
{
color: #2FCADE;
}
.AnyTagClassName
{
color: #2FCADE;
}
</style>
background-color css
<style>
a { background-color: #2FCADE; }
a { background-color: rgb(47,202,222); }
div.DivClassName
{
background-color: #2FCADE;
}
.BgClassName
{
background-color: #2FCADE;
}
</style>
border-color css
<style>
span { border-color: #2FCADE; }
span { border-color: rgb(47,202,222); }
td.TdClassName
{
border-color: #2FCADE;
}
.TagClassName
{
border-color: #2FCADE;
}
</style>