Shades of Summer Sky #2FADCA
Tints of Summer Sky #2FADCA
RGB
CMYK
RGB Variations
Color information
#2FADCA (or 0x2FADCA) is known color: Summer Sky. HEX triplet: 2F, AD and CA. RGB value is (47,173,202). Sum of RGB (Red+Green+Blue) = 47+173+202=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #2FADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADCA is #D05235. Grayscale: #8A8A8A. Windows color (decimal): -13652534 or 13282607. OLE color: 13282607.
HSL color Cylindrical-coordinate representation of color #2FADCA: hue angle of 191.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FADCA is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 173 | 202 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.21 |
| HSL | 191.23º | 0.62% | 0.49% | - |
| HSV(B) | 191.23º | 0.77% | 0.79% | - |
| XYZ | 26.78 | 34.76 | 61.17 | - |
| YUV | 138.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 202 | 0.77 | 0.14 | 0 | 0.21 | 191.23 | 0.62 | 0.49 |
| Hex | 2F | AD | CA | 4D | E | 0 | 15 | BF | 3E | 31 |
| Octal | 57 | 255 | 312 | 115 | 16 | 0 | 25 | 277 | 76 | 61 |
| Binary | 101111 | 10101101 | 11001010 | 1001101 | 1110 | 0 | 10101 | 10111111 | 111110 | 110001 |
Color Harmonies of #2FADCA
Complementary color
Monochromatic Colors of #2FADCA
Black with #2FADCA
Text Example
Text Example
White with #2FADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADCA; }
p { color: rgb(47,173,202); }
H1.HeaderClassName
{
color: #2FADCA;
}
.AnyTagClassName
{
color: #2FADCA;
}
</style>
background-color css
<style>
a { background-color: #2FADCA; }
a { background-color: rgb(47,173,202); }
div.DivClassName
{
background-color: #2FADCA;
}
.BgClassName
{
background-color: #2FADCA;
}
</style>
border-color css
<style>
span { border-color: #2FADCA; }
span { border-color: rgb(47,173,202); }
td.TdClassName
{
border-color: #2FADCA;
}
.TagClassName
{
border-color: #2FADCA;
}
</style>