Shades of Summer Sky #2FB9CB
Tints of Summer Sky #2FB9CB
RGB
CMYK
RGB Variations
Color information
#2FB9CB (or 0x2FB9CB) is known color: Summer Sky. HEX triplet: 2F, B9 and CB. RGB value is (47,185,203). Sum of RGB (Red+Green+Blue) = 47+185+203=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FB9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB9CB is #D04634. Grayscale: #919191. Windows color (decimal): -13649461 or 13351215. OLE color: 13351215.
HSL color Cylindrical-coordinate representation of color #2FB9CB: hue angle of 186.92º degrees, saturation: 0.62, 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 #2FB9CB is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 185 | 203 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.20 |
| HSL | 186.92º | 0.62% | 0.49% | - |
| HSV(B) | 186.92º | 0.77% | 0.8% | - |
| XYZ | 29.3 | 39.61 | 62.6 | - |
| YUV | 145.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 203 | 0.77 | 0.09 | 0 | 0.20 | 186.92 | 0.62 | 0.49 |
| Hex | 2F | B9 | CB | 4D | 9 | 0 | 14 | BB | 3E | 31 |
| Octal | 57 | 271 | 313 | 115 | 11 | 0 | 24 | 273 | 76 | 61 |
| Binary | 101111 | 10111001 | 11001011 | 1001101 | 1001 | 0 | 10100 | 10111011 | 111110 | 110001 |
Color Harmonies of #2FB9CB
Complementary color
Monochromatic Colors of #2FB9CB
Black with #2FB9CB
Text Example
Text Example
White with #2FB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB9CB; }
p { color: rgb(47,185,203); }
H1.HeaderClassName
{
color: #2FB9CB;
}
.AnyTagClassName
{
color: #2FB9CB;
}
</style>
background-color css
<style>
a { background-color: #2FB9CB; }
a { background-color: rgb(47,185,203); }
div.DivClassName
{
background-color: #2FB9CB;
}
.BgClassName
{
background-color: #2FB9CB;
}
</style>
border-color css
<style>
span { border-color: #2FB9CB; }
span { border-color: rgb(47,185,203); }
td.TdClassName
{
border-color: #2FB9CB;
}
.TagClassName
{
border-color: #2FB9CB;
}
</style>