Shades of Summer Sky #2F9BEA
Tints of Summer Sky #2F9BEA
RGB
CMYK
RGB Variations
Color information
#2F9BEA (or 0x2F9BEA) is known color: Summer Sky. HEX triplet: 2F, 9B and EA. RGB value is (47,155,234). Sum of RGB (Red+Green+Blue) = 47+155+234=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F9BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9BEA is #D06415. Grayscale: #838383. Windows color (decimal): -13657110 or 15375151. OLE color: 15375151.
HSL color Cylindrical-coordinate representation of color #2F9BEA: hue angle of 205.35º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F9BEA is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 155 | 234 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.08 |
| HSL | 205.35º | 0.82% | 0.55% | - |
| HSV(B) | 205.35º | 0.8% | 0.92% | - |
| XYZ | 27.74 | 29.99 | 82.17 | - |
| YUV | 131.71 | 185.72 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 234 | 0.80 | 0.34 | 0 | 0.08 | 205.35 | 0.82 | 0.55 |
| Hex | 2F | 9B | EA | 50 | 22 | 0 | 8 | CD | 52 | 37 |
| Octal | 57 | 233 | 352 | 120 | 42 | 0 | 10 | 315 | 122 | 67 |
| Binary | 101111 | 10011011 | 11101010 | 1010000 | 100010 | 0 | 1000 | 11001101 | 1010010 | 110111 |
Color Harmonies of #2F9BEA
Complementary color
Monochromatic Colors of #2F9BEA
Black with #2F9BEA
Text Example
Text Example
White with #2F9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9BEA; }
p { color: rgb(47,155,234); }
H1.HeaderClassName
{
color: #2F9BEA;
}
.AnyTagClassName
{
color: #2F9BEA;
}
</style>
background-color css
<style>
a { background-color: #2F9BEA; }
a { background-color: rgb(47,155,234); }
div.DivClassName
{
background-color: #2F9BEA;
}
.BgClassName
{
background-color: #2F9BEA;
}
</style>
border-color css
<style>
span { border-color: #2F9BEA; }
span { border-color: rgb(47,155,234); }
td.TdClassName
{
border-color: #2F9BEA;
}
.TagClassName
{
border-color: #2F9BEA;
}
</style>