#2F9EE4

Color #2F9EE4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2F9EE4

Tints of Summer Sky #2F9EE4

Color information

#2F9EE4 (or 0x2F9EE4) is unknown color: approx Summer Sky. HEX triplet: 2F, 9E and E4. RGB value is (47,158,228). Sum of RGB (Red+Green+Blue) = 47+158+228=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #2F9EE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9EE4 is #D0611B. Grayscale: #848484. Windows color (decimal): -13656348 or 14982703. OLE color: 14982703.

HSL color Cylindrical-coordinate representation of color #2F9EE4: hue angle of 203.2º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F9EE4 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB47158228-
CMYK0.790.3100.11
HSL203.2º77.02%53.92%-
HSV(B)203.2º79.39%89.41%-
XYZ27.430.6677.87-
YUV132.79181.7366.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 10.85%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 228 (89.45% from 255) = 52.66%
R=10.85%
G=36.49%
B=52.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal471582280.790.3100.11203.277.0253.92
Hex2F9EE44F1F0Bcb4d36
Octal572363441173701331311566
Binary101111100111101110010010011111111101011110010111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F9EE4; }

 p { color: rgb(47,158,228); }

 H1.HeaderClassName
 {
   color: #2F9EE4;
 }
 .AnyTagClassName
 {
   color: #2F9EE4;
 }
</style>
background-color css

<style>
 a { background-color: #2F9EE4; }

 a { background-color: rgb(47,158,228); }

 div.DivClassName
 {
   background-color: #2F9EE4;
 }
 .BgClassName
 {
   background-color: #2F9EE4;
 }
</style>
border-color css

<style>
 span { border-color: #2F9EE4; }

 span { border-color: rgb(47,158,228); }

 td.TdClassName
 {
   border-color: #2F9EE4;
 }
 .TagClassName
 {
   border-color: #2F9EE4;
 }
</style>