Shades of Summer Sky #2FA0DD
Tints of Summer Sky #2FA0DD
RGB
CMYK
RGB Variations
Color information
#2FA0DD (or 0x2FA0DD) is known color: Summer Sky. HEX triplet: 2F, A0 and DD. RGB value is (47,160,221). Sum of RGB (Red+Green+Blue) = 47+160+221=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FA0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA0DD is #D05F22. Grayscale: #848484. Windows color (decimal): -13655843 or 14524463. OLE color: 14524463.
HSL color Cylindrical-coordinate representation of color #2FA0DD: hue angle of 201.03º 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 #2FA0DD is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 160 | 221 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.13 |
| HSL | 201.03º | 0.72% | 0.53% | - |
| HSV(B) | 201.03º | 0.79% | 0.87% | - |
| XYZ | 26.79 | 30.97 | 72.97 | - |
| YUV | 133.17 | 177.56 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 221 | 0.79 | 0.28 | 0 | 0.13 | 201.03 | 0.72 | 0.53 |
| Hex | 2F | A0 | DD | 4F | 1C | 0 | D | C9 | 48 | 35 |
| Octal | 57 | 240 | 335 | 117 | 34 | 0 | 15 | 311 | 110 | 65 |
| Binary | 101111 | 10100000 | 11011101 | 1001111 | 11100 | 0 | 1101 | 11001001 | 1001000 | 110101 |
Color Harmonies of #2FA0DD
Complementary color
Monochromatic Colors of #2FA0DD
Black with #2FA0DD
Text Example
Text Example
White with #2FA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA0DD; }
p { color: rgb(47,160,221); }
H1.HeaderClassName
{
color: #2FA0DD;
}
.AnyTagClassName
{
color: #2FA0DD;
}
</style>
background-color css
<style>
a { background-color: #2FA0DD; }
a { background-color: rgb(47,160,221); }
div.DivClassName
{
background-color: #2FA0DD;
}
.BgClassName
{
background-color: #2FA0DD;
}
</style>
border-color css
<style>
span { border-color: #2FA0DD; }
span { border-color: rgb(47,160,221); }
td.TdClassName
{
border-color: #2FA0DD;
}
.TagClassName
{
border-color: #2FA0DD;
}
</style>