Html Css Color HEX #2ECDF9 Summer Sky

📋 copy color: '#2ECDF9'

red 46 ◦ green 205 ◦ blue 249

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

Shades of Summer Sky #2ECDF9

Tints of Summer Sky #2ECDF9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 9.2%
G = 41%
B = 49.8%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2ECDF9 (or 0x2ECDF9) is known color: Summer Sky. HEX triplet: 2E, CD and F9. RGB value is (46,205,249). Sum of RGB (Red+Green+Blue) = 46+205+249=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #2ECDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECDF9 is #D13206. Grayscale: #A2A2A2. Windows color (decimal): -13709831 or 16370990. OLE color: 16370990.

HSL color Cylindrical-coordinate representation of color #2ECDF9: hue angle of 193º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECDF9 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 205 249 -
CMYK 0.82 0.18 0 0.02
HSL 193º 0.94% 0.58% -
HSV(B) 193º 0.82% 0.98% -
XYZ 40.06 51.08 97.37 -
YUV 162.48 176.82 44.92 -
System Red Green Blue C M Y K H S L
Decimal 46 205 249 0.82 0.18 0 0.02 193 0.94 0.58
Hex 2E CD F9 52 12 0 2 C1 5E 3A
Octal 56 315 371 122 22 0 2 301 136 72
Binary 101110 11001101 11111001 1010010 10010 0 10 11000001 1011110 111010

Color Harmonies of #2ECDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECDF9

Black with #2ECDF9

Text Example


Text Example

White with #2ECDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,205,249); }

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

background-color css

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

 a { background-color: rgb(46,205,249); }

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

border-color css

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

 span { border-color: rgb(46,205,249); }

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