Html Css Color HEX #2ECAF6 Summer Sky

📋 copy color: '#2ECAF6'

red 46 ◦ green 202 ◦ blue 246

#2ECAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2ECAF6

Tints of Summer Sky #2ECAF6

RGB

 RED value IS 46 (18.36% from 255) = 9.31%

 GREEN value IS 202 (79.3% from 255) = 40.89%

 BLUE value IS 246 (96.48% from 255) = 49.8%

R = 9.31%
G = 40.89%
B = 49.8%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2ECAF6 (or 0x2ECAF6) is known color: Summer Sky. HEX triplet: 2E, CA and F6. RGB value is (46,202,246). Sum of RGB (Red+Green+Blue) = 46+202+246=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #2ECAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAF6 is #D13509. Grayscale: #A0A0A0. Windows color (decimal): -13710602 or 16173614. OLE color: 16173614.

HSL color Cylindrical-coordinate representation of color #2ECAF6: hue angle of 193.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECAF6 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 202 246 -
CMYK 0.81 0.18 0 0.04
HSL 193.2º 0.92% 0.57% -
HSV(B) 193.2º 0.81% 0.96% -
XYZ 38.88 49.48 94.69 -
YUV 160.37 176.32 46.42 -
System Red Green Blue C M Y K H S L
Decimal 46 202 246 0.81 0.18 0 0.04 193.2 0.92 0.57
Hex 2E CA F6 51 12 0 4 C1 5C 39
Octal 56 312 366 121 22 0 4 301 134 71
Binary 101110 11001010 11110110 1010001 10010 0 100 11000001 1011100 111001

Color Harmonies of #2ECAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECAF6

Black with #2ECAF6

Text Example


Text Example

White with #2ECAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ECAF6;
 }
 .AnyTagClassName
 {
   color: #2ECAF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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