#2ECAFD

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

Shades of Summer Sky #2ECAFD

Tints of Summer Sky #2ECAFD

Color information

#2ECAFD (or 0x2ECAFD) is unknown color: approx Summer Sky. HEX triplet: 2E, CA and FD. RGB value is (46,202,253). Sum of RGB (Red+Green+Blue) = 46+202+253=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ECAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAFD is #D13502. Grayscale: #A0A0A0. Windows color (decimal): -13710595 or 16632366. OLE color: 16632366.

HSL color Cylindrical-coordinate representation of color #2ECAFD: hue angle of 194.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECAFD is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB46202253-
CMYK0.820.2000.01
HSL194.78º98.1%58.63%-
HSV(B)194.78º81.82%99.22%-
XYZ39.9849.91100.46-
YUV161.17179.8245.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.18%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=9.18%
G=40.32%
B=50.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462022530.820.2000.01194.7898.158.63
Hex2ECAFD521401c3623b
Octal56312375122240130314273
Binary101110110010101111110110100101010001110000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,202,253); }

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

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

 a { background-color: rgb(46,202,253); }

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

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

 span { border-color: rgb(46,202,253); }

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