Shades of Summer Sky #2F9FCB
Tints of Summer Sky #2F9FCB
RGB
CMYK
RGB Variations
Color information
#2F9FCB (or 0x2F9FCB) is known color: Summer Sky. HEX triplet: 2F, 9F and CB. RGB value is (47,159,203). Sum of RGB (Red+Green+Blue) = 47+159+203=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F9FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9FCB is #D06034. Grayscale: #828282. Windows color (decimal): -13656117 or 13344559. OLE color: 13344559.
HSL color Cylindrical-coordinate representation of color #2F9FCB: hue angle of 196.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 #2F9FCB is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 159 | 203 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.20 |
| HSL | 196.92º | 0.62% | 0.49% | - |
| HSV(B) | 196.92º | 0.77% | 0.8% | - |
| XYZ | 24.35 | 29.71 | 60.95 | - |
| YUV | 130.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 203 | 0.77 | 0.22 | 0 | 0.20 | 196.92 | 0.62 | 0.49 |
| Hex | 2F | 9F | CB | 4D | 16 | 0 | 14 | C5 | 3E | 31 |
| Octal | 57 | 237 | 313 | 115 | 26 | 0 | 24 | 305 | 76 | 61 |
| Binary | 101111 | 10011111 | 11001011 | 1001101 | 10110 | 0 | 10100 | 11000101 | 111110 | 110001 |
Color Harmonies of #2F9FCB
Complementary color
Monochromatic Colors of #2F9FCB
Black with #2F9FCB
Text Example
Text Example
White with #2F9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9FCB; }
p { color: rgb(47,159,203); }
H1.HeaderClassName
{
color: #2F9FCB;
}
.AnyTagClassName
{
color: #2F9FCB;
}
</style>
background-color css
<style>
a { background-color: #2F9FCB; }
a { background-color: rgb(47,159,203); }
div.DivClassName
{
background-color: #2F9FCB;
}
.BgClassName
{
background-color: #2F9FCB;
}
</style>
border-color css
<style>
span { border-color: #2F9FCB; }
span { border-color: rgb(47,159,203); }
td.TdClassName
{
border-color: #2F9FCB;
}
.TagClassName
{
border-color: #2F9FCB;
}
</style>