Shades of Summer Sky #2F9BCE
Tints of Summer Sky #2F9BCE
RGB
CMYK
RGB Variations
Color information
#2F9BCE (or 0x2F9BCE) is known color: Summer Sky. HEX triplet: 2F, 9B and CE. RGB value is (47,155,206). Sum of RGB (Red+Green+Blue) = 47+155+206=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F9BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9BCE is #D06431. Grayscale: #808080. Windows color (decimal): -13657138 or 13540143. OLE color: 13540143.
HSL color Cylindrical-coordinate representation of color #2F9BCE: hue angle of 199.25º 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 #2F9BCE is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 155 | 206 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.19 |
| HSL | 199.25º | 0.63% | 0.5% | - |
| HSV(B) | 199.25º | 0.77% | 0.81% | - |
| XYZ | 24.03 | 28.5 | 62.63 | - |
| YUV | 128.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 206 | 0.77 | 0.25 | 0 | 0.19 | 199.25 | 0.63 | 0.5 |
| Hex | 2F | 9B | CE | 4D | 19 | 0 | 13 | C7 | 3F | 32 |
| Octal | 57 | 233 | 316 | 115 | 31 | 0 | 23 | 307 | 77 | 62 |
| Binary | 101111 | 10011011 | 11001110 | 1001101 | 11001 | 0 | 10011 | 11000111 | 111111 | 110010 |
Color Harmonies of #2F9BCE
Complementary color
Monochromatic Colors of #2F9BCE
Black with #2F9BCE
Text Example
Text Example
White with #2F9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9BCE; }
p { color: rgb(47,155,206); }
H1.HeaderClassName
{
color: #2F9BCE;
}
.AnyTagClassName
{
color: #2F9BCE;
}
</style>
background-color css
<style>
a { background-color: #2F9BCE; }
a { background-color: rgb(47,155,206); }
div.DivClassName
{
background-color: #2F9BCE;
}
.BgClassName
{
background-color: #2F9BCE;
}
</style>
border-color css
<style>
span { border-color: #2F9BCE; }
span { border-color: rgb(47,155,206); }
td.TdClassName
{
border-color: #2F9BCE;
}
.TagClassName
{
border-color: #2F9BCE;
}
</style>