Shades of Summer Sky #2FA5CF
Tints of Summer Sky #2FA5CF
RGB
CMYK
RGB Variations
Color information
#2FA5CF (or 0x2FA5CF) is known color: Summer Sky. HEX triplet: 2F, A5 and CF. RGB value is (47,165,207). Sum of RGB (Red+Green+Blue) = 47+165+207=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FA5CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5CF is #D05A30. Grayscale: #868686. Windows color (decimal): -13654577 or 13608239. OLE color: 13608239.
HSL color Cylindrical-coordinate representation of color #2FA5CF: hue angle of 195.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FA5CF is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 165 | 207 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.19 |
| HSL | 195.75º | 0.63% | 0.5% | - |
| HSV(B) | 195.75º | 0.77% | 0.81% | - |
| XYZ | 25.89 | 32.02 | 63.85 | - |
| YUV | 134.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 207 | 0.77 | 0.20 | 0 | 0.19 | 195.75 | 0.63 | 0.5 |
| Hex | 2F | A5 | CF | 4D | 14 | 0 | 13 | C4 | 3F | 32 |
| Octal | 57 | 245 | 317 | 115 | 24 | 0 | 23 | 304 | 77 | 62 |
| Binary | 101111 | 10100101 | 11001111 | 1001101 | 10100 | 0 | 10011 | 11000100 | 111111 | 110010 |
Color Harmonies of #2FA5CF
Complementary color
Monochromatic Colors of #2FA5CF
Black with #2FA5CF
Text Example
Text Example
White with #2FA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA5CF; }
p { color: rgb(47,165,207); }
H1.HeaderClassName
{
color: #2FA5CF;
}
.AnyTagClassName
{
color: #2FA5CF;
}
</style>
background-color css
<style>
a { background-color: #2FA5CF; }
a { background-color: rgb(47,165,207); }
div.DivClassName
{
background-color: #2FA5CF;
}
.BgClassName
{
background-color: #2FA5CF;
}
</style>
border-color css
<style>
span { border-color: #2FA5CF; }
span { border-color: rgb(47,165,207); }
td.TdClassName
{
border-color: #2FA5CF;
}
.TagClassName
{
border-color: #2FA5CF;
}
</style>