#2EA6CB

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

Shades of Summer Sky #2EA6CB

Tints of Summer Sky #2EA6CB

Color information

#2EA6CB (or 0x2EA6CB) is unknown color: approx Summer Sky. HEX triplet: 2E, A6 and CB. RGB value is (46,166,203). Sum of RGB (Red+Green+Blue) = 46+166+203=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EA6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA6CB is #D15934. Grayscale: #868686. Windows color (decimal): -13719861 or 13346350. OLE color: 13346350.

HSL color Cylindrical-coordinate representation of color #2EA6CB: hue angle of 194.14º degrees, saturation: 0.63, 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 #2EA6CB is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB46166203-
CMYK0.770.1800.20
HSL194.14º63.05%48.82%-
HSV(B)194.14º77.34%79.61%-
XYZ25.5432.1761.36-
YUV134.34166.7464.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.08%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 203 (79.69% from 255) = 48.92%
R=11.08%
G=40%
B=48.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461662030.770.1800.20194.1463.0548.82
Hex2EA6CB4D12014c23f31
Octal56246313115220243027761
Binary101110101001101100101110011011001001010011000010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,166,203); }

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

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

 a { background-color: rgb(46,166,203); }

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

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

 span { border-color: rgb(46,166,203); }

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