Shades of Summer Sky #2FA8CA
Tints of Summer Sky #2FA8CA
RGB
CMYK
RGB Variations
Color information
#2FA8CA (or 0x2FA8CA) is known color: Summer Sky. HEX triplet: 2F, A8 and CA. RGB value is (47,168,202). Sum of RGB (Red+Green+Blue) = 47+168+202=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #2FA8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA8CA is #D05735. Grayscale: #878787. Windows color (decimal): -13653814 or 13281327. OLE color: 13281327.
HSL color Cylindrical-coordinate representation of color #2FA8CA: hue angle of 193.16º 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 #2FA8CA is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 168 | 202 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.21 |
| HSL | 193.16º | 0.62% | 0.49% | - |
| HSV(B) | 193.16º | 0.77% | 0.79% | - |
| XYZ | 25.84 | 32.87 | 60.86 | - |
| YUV | 135.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 202 | 0.77 | 0.17 | 0 | 0.21 | 193.16 | 0.62 | 0.49 |
| Hex | 2F | A8 | CA | 4D | 11 | 0 | 15 | C1 | 3E | 31 |
| Octal | 57 | 250 | 312 | 115 | 21 | 0 | 25 | 301 | 76 | 61 |
| Binary | 101111 | 10101000 | 11001010 | 1001101 | 10001 | 0 | 10101 | 11000001 | 111110 | 110001 |
Color Harmonies of #2FA8CA
Complementary color
Monochromatic Colors of #2FA8CA
Black with #2FA8CA
Text Example
Text Example
White with #2FA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA8CA; }
p { color: rgb(47,168,202); }
H1.HeaderClassName
{
color: #2FA8CA;
}
.AnyTagClassName
{
color: #2FA8CA;
}
</style>
background-color css
<style>
a { background-color: #2FA8CA; }
a { background-color: rgb(47,168,202); }
div.DivClassName
{
background-color: #2FA8CA;
}
.BgClassName
{
background-color: #2FA8CA;
}
</style>
border-color css
<style>
span { border-color: #2FA8CA; }
span { border-color: rgb(47,168,202); }
td.TdClassName
{
border-color: #2FA8CA;
}
.TagClassName
{
border-color: #2FA8CA;
}
</style>