Html Css Color HEX #2EBDCD Summer Sky

📋 copy color: '#2EBDCD'

red 46 ◦ green 189 ◦ blue 205

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

Shades of Summer Sky #2EBDCD

Tints of Summer Sky #2EBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 10.45%
G = 42.95%
B = 46.59%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EBDCD (or 0x2EBDCD) is known color: Summer Sky. HEX triplet: 2E, BD and CD. RGB value is (46,189,205). Sum of RGB (Red+Green+Blue) = 46+189+205=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EBDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDCD is #D14232. Grayscale: #939393. Windows color (decimal): -13713971 or 13483310. OLE color: 13483310.

HSL color Cylindrical-coordinate representation of color #2EBDCD: hue angle of 186.04º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBDCD is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 189 205 -
CMYK 0.78 0.08 0 0.20
HSL 186.04º 0.63% 0.49% -
HSV(B) 186.04º 0.78% 0.8% -
XYZ 30.34 41.38 64.15 -
YUV 148.07 160.12 55.2 -
System Red Green Blue C M Y K H S L
Decimal 46 189 205 0.78 0.08 0 0.20 186.04 0.63 0.49
Hex 2E BD CD 4E 8 0 14 BA 3F 31
Octal 56 275 315 116 10 0 24 272 77 61
Binary 101110 10111101 11001101 1001110 1000 0 10100 10111010 111111 110001

Color Harmonies of #2EBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDCD

Black with #2EBDCD

Text Example


Text Example

White with #2EBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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