#2EBCEF

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

Shades of Summer Sky #2EBCEF

Tints of Summer Sky #2EBCEF

Color information

#2EBCEF (or 0x2EBCEF) is unknown color: approx Summer Sky. HEX triplet: 2E, BC and EF. RGB value is (46,188,239). Sum of RGB (Red+Green+Blue) = 46+188+239=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EBCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBCEF is #D14310. Grayscale: #979797. Windows color (decimal): -13714193 or 15711278. OLE color: 15711278.

HSL color Cylindrical-coordinate representation of color #2EBCEF: hue angle of 195.85º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBCEF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB46188239-
CMYK0.810.2100.06
HSL195.85º85.78%55.88%-
HSV(B)195.85º80.75%93.73%-
XYZ34.6942.7888.09-
YUV151.36177.4652.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.73%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 239 (93.75% from 255) = 50.53%
R=9.73%
G=39.75%
B=50.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal461882390.810.2100.06195.8585.7855.88
Hex2EBCEF511506c45638
Octal56274357121250630412670
Binary10111010111100111011111010001101010110110001001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,188,239); }

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

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

 a { background-color: rgb(46,188,239); }

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

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

 span { border-color: rgb(46,188,239); }

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