Shades of Summer Sky #2FCADD
Tints of Summer Sky #2FCADD
RGB
CMYK
RGB Variations
Color information
#2FCADD (or 0x2FCADD) is known color: Summer Sky. HEX triplet: 2F, CA and DD. RGB value is (47,202,221). Sum of RGB (Red+Green+Blue) = 47+202+221=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCADD is #D03522. Grayscale: #9D9D9D. Windows color (decimal): -13645091 or 14535215. OLE color: 14535215.
HSL color Cylindrical-coordinate representation of color #2FCADD: hue angle of 186.55º degrees, saturation: 0.72, 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 #2FCADD is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 202 | 221 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.13 |
| HSL | 186.55º | 0.72% | 0.53% | - |
| HSV(B) | 186.55º | 0.79% | 0.87% | - |
| XYZ | 35.34 | 48.07 | 75.82 | - |
| YUV | 157.82 | 163.65 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 221 | 0.79 | 0.09 | 0 | 0.13 | 186.55 | 0.72 | 0.53 |
| Hex | 2F | CA | DD | 4F | 9 | 0 | D | BB | 48 | 35 |
| Octal | 57 | 312 | 335 | 117 | 11 | 0 | 15 | 273 | 110 | 65 |
| Binary | 101111 | 11001010 | 11011101 | 1001111 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110101 |
Color Harmonies of #2FCADD
Complementary color
Monochromatic Colors of #2FCADD
Black with #2FCADD
Text Example
Text Example
White with #2FCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCADD; }
p { color: rgb(47,202,221); }
H1.HeaderClassName
{
color: #2FCADD;
}
.AnyTagClassName
{
color: #2FCADD;
}
</style>
background-color css
<style>
a { background-color: #2FCADD; }
a { background-color: rgb(47,202,221); }
div.DivClassName
{
background-color: #2FCADD;
}
.BgClassName
{
background-color: #2FCADD;
}
</style>
border-color css
<style>
span { border-color: #2FCADD; }
span { border-color: rgb(47,202,221); }
td.TdClassName
{
border-color: #2FCADD;
}
.TagClassName
{
border-color: #2FCADD;
}
</style>