Shades of Summer Sky #2FA8CD
Tints of Summer Sky #2FA8CD
RGB
CMYK
RGB Variations
Color information
#2FA8CD (or 0x2FA8CD) is known color: Summer Sky. HEX triplet: 2F, A8 and CD. RGB value is (47,168,205). Sum of RGB (Red+Green+Blue) = 47+168+205=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FA8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA8CD is #D05732. Grayscale: #878787. Windows color (decimal): -13653811 or 13477935. OLE color: 13477935.
HSL color Cylindrical-coordinate representation of color #2FA8CD: hue angle of 194.05º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FA8CD is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 168 | 205 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.20 |
| HSL | 194.05º | 0.63% | 0.49% | - |
| HSV(B) | 194.05º | 0.77% | 0.8% | - |
| XYZ | 26.19 | 33.02 | 62.75 | - |
| YUV | 136.04 | 166.91 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 205 | 0.77 | 0.18 | 0 | 0.20 | 194.05 | 0.63 | 0.49 |
| Hex | 2F | A8 | CD | 4D | 12 | 0 | 14 | C2 | 3F | 31 |
| Octal | 57 | 250 | 315 | 115 | 22 | 0 | 24 | 302 | 77 | 61 |
| Binary | 101111 | 10101000 | 11001101 | 1001101 | 10010 | 0 | 10100 | 11000010 | 111111 | 110001 |
Color Harmonies of #2FA8CD
Complementary color
Monochromatic Colors of #2FA8CD
Black with #2FA8CD
Text Example
Text Example
White with #2FA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA8CD; }
p { color: rgb(47,168,205); }
H1.HeaderClassName
{
color: #2FA8CD;
}
.AnyTagClassName
{
color: #2FA8CD;
}
</style>
background-color css
<style>
a { background-color: #2FA8CD; }
a { background-color: rgb(47,168,205); }
div.DivClassName
{
background-color: #2FA8CD;
}
.BgClassName
{
background-color: #2FA8CD;
}
</style>
border-color css
<style>
span { border-color: #2FA8CD; }
span { border-color: rgb(47,168,205); }
td.TdClassName
{
border-color: #2FA8CD;
}
.TagClassName
{
border-color: #2FA8CD;
}
</style>