Shades of Summer Sky #2FADDC
Tints of Summer Sky #2FADDC
RGB
CMYK
RGB Variations
Color information
#2FADDC (or 0x2FADDC) is known color: Summer Sky. HEX triplet: 2F, AD and DC. RGB value is (47,173,220). Sum of RGB (Red+Green+Blue) = 47+173+220=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADDC is #D05223. Grayscale: #8C8C8C. Windows color (decimal): -13652516 or 14462255. OLE color: 14462255.
HSL color Cylindrical-coordinate representation of color #2FADDC: hue angle of 196.3º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FADDC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 173 | 220 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.14 |
| HSL | 196.3º | 0.71% | 0.52% | - |
| HSV(B) | 196.3º | 0.79% | 0.86% | - |
| XYZ | 29.03 | 35.66 | 73.06 | - |
| YUV | 140.68 | 172.76 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 220 | 0.79 | 0.21 | 0 | 0.14 | 196.3 | 0.71 | 0.52 |
| Hex | 2F | AD | DC | 4F | 15 | 0 | E | C4 | 47 | 34 |
| Octal | 57 | 255 | 334 | 117 | 25 | 0 | 16 | 304 | 107 | 64 |
| Binary | 101111 | 10101101 | 11011100 | 1001111 | 10101 | 0 | 1110 | 11000100 | 1000111 | 110100 |
Color Harmonies of #2FADDC
Complementary color
Monochromatic Colors of #2FADDC
Black with #2FADDC
Text Example
Text Example
White with #2FADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADDC; }
p { color: rgb(47,173,220); }
H1.HeaderClassName
{
color: #2FADDC;
}
.AnyTagClassName
{
color: #2FADDC;
}
</style>
background-color css
<style>
a { background-color: #2FADDC; }
a { background-color: rgb(47,173,220); }
div.DivClassName
{
background-color: #2FADDC;
}
.BgClassName
{
background-color: #2FADDC;
}
</style>
border-color css
<style>
span { border-color: #2FADDC; }
span { border-color: rgb(47,173,220); }
td.TdClassName
{
border-color: #2FADDC;
}
.TagClassName
{
border-color: #2FADDC;
}
</style>