#2EA2CB

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

Shades of Summer Sky #2EA2CB

Tints of Summer Sky #2EA2CB

Color information

#2EA2CB (or 0x2EA2CB) is unknown color: approx Summer Sky. HEX triplet: 2E, A2 and CB. RGB value is (46,162,203). Sum of RGB (Red+Green+Blue) = 46+162+203=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EA2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA2CB is #D15D34. Grayscale: #838383. Windows color (decimal): -13720885 or 13345326. OLE color: 13345326.

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

Color convert

RGB46162203-
CMYK0.770.2000.20
HSL195.67º63.05%48.82%-
HSV(B)195.67º77.34%79.61%-
XYZ24.8330.7361.12-
YUV131.99168.0766.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.19%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=11.19%
G=39.42%
B=49.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461622030.770.2000.20195.6763.0548.82
Hex2EA2CB4D14014c43f31
Octal56242313115240243047761
Binary101110101000101100101110011011010001010011000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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