Shades of Summer Sky #2FA2CA
Tints of Summer Sky #2FA2CA
RGB
CMYK
RGB Variations
Color information
#2FA2CA (or 0x2FA2CA) is known color: Summer Sky. HEX triplet: 2F, A2 and CA. RGB value is (47,162,202). Sum of RGB (Red+Green+Blue) = 47+162+202=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #2FA2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA2CA is #D05D35. Grayscale: #838383. Windows color (decimal): -13655350 or 13279791. OLE color: 13279791.
HSL color Cylindrical-coordinate representation of color #2FA2CA: hue angle of 195.48º 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 #2FA2CA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 162 | 202 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.21 |
| HSL | 195.48º | 0.62% | 0.49% | - |
| HSV(B) | 195.48º | 0.77% | 0.79% | - |
| XYZ | 24.75 | 30.71 | 60.5 | - |
| YUV | 132.18 | 167.4 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 202 | 0.77 | 0.20 | 0 | 0.21 | 195.48 | 0.62 | 0.49 |
| Hex | 2F | A2 | CA | 4D | 14 | 0 | 15 | C3 | 3E | 31 |
| Octal | 57 | 242 | 312 | 115 | 24 | 0 | 25 | 303 | 76 | 61 |
| Binary | 101111 | 10100010 | 11001010 | 1001101 | 10100 | 0 | 10101 | 11000011 | 111110 | 110001 |
Color Harmonies of #2FA2CA
Complementary color
Monochromatic Colors of #2FA2CA
Black with #2FA2CA
Text Example
Text Example
White with #2FA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA2CA; }
p { color: rgb(47,162,202); }
H1.HeaderClassName
{
color: #2FA2CA;
}
.AnyTagClassName
{
color: #2FA2CA;
}
</style>
background-color css
<style>
a { background-color: #2FA2CA; }
a { background-color: rgb(47,162,202); }
div.DivClassName
{
background-color: #2FA2CA;
}
.BgClassName
{
background-color: #2FA2CA;
}
</style>
border-color css
<style>
span { border-color: #2FA2CA; }
span { border-color: rgb(47,162,202); }
td.TdClassName
{
border-color: #2FA2CA;
}
.TagClassName
{
border-color: #2FA2CA;
}
</style>