Shades of Summer Sky #2FB0DD
Tints of Summer Sky #2FB0DD
RGB
CMYK
RGB Variations
Color information
#2FB0DD (or 0x2FB0DD) is known color: Summer Sky. HEX triplet: 2F, B0 and DD. RGB value is (47,176,221). Sum of RGB (Red+Green+Blue) = 47+176+221=444 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.59% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FB0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FB0DD is #D04F22. Grayscale: #8E8E8E. Windows color (decimal): -13651747 or 14528559. OLE color: 14528559.
HSL color Cylindrical-coordinate representation of color #2FB0DD: hue angle of 195.52º 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 #2FB0DD is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 176 | 221 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.13 |
| HSL | 195.52º | 0.72% | 0.53% | - |
| HSV(B) | 195.52º | 0.79% | 0.87% | - |
| XYZ | 29.75 | 36.88 | 73.96 | - |
| YUV | 142.56 | 172.26 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 221 | 0.79 | 0.20 | 0 | 0.13 | 195.52 | 0.72 | 0.53 |
| Hex | 2F | B0 | DD | 4F | 14 | 0 | D | C4 | 48 | 35 |
| Octal | 57 | 260 | 335 | 117 | 24 | 0 | 15 | 304 | 110 | 65 |
| Binary | 101111 | 10110000 | 11011101 | 1001111 | 10100 | 0 | 1101 | 11000100 | 1001000 | 110101 |
Color Harmonies of #2FB0DD
Complementary color
Monochromatic Colors of #2FB0DD
Black with #2FB0DD
Text Example
Text Example
White with #2FB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB0DD; }
p { color: rgb(47,176,221); }
H1.HeaderClassName
{
color: #2FB0DD;
}
.AnyTagClassName
{
color: #2FB0DD;
}
</style>
background-color css
<style>
a { background-color: #2FB0DD; }
a { background-color: rgb(47,176,221); }
div.DivClassName
{
background-color: #2FB0DD;
}
.BgClassName
{
background-color: #2FB0DD;
}
</style>
border-color css
<style>
span { border-color: #2FB0DD; }
span { border-color: rgb(47,176,221); }
td.TdClassName
{
border-color: #2FB0DD;
}
.TagClassName
{
border-color: #2FB0DD;
}
</style>