Html Css Color HEX #2EB3DC Summer Sky

📋 copy color: '#2EB3DC'

red 46 ◦ green 179 ◦ blue 220

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

Shades of Summer Sky #2EB3DC

Tints of Summer Sky #2EB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 10.34%
G = 40.22%
B = 49.44%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2EB3DC (or 0x2EB3DC) is known color: Summer Sky. HEX triplet: 2E, B3 and DC. RGB value is (46,179,220). Sum of RGB (Red+Green+Blue) = 46+179+220=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EB3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB3DC is #D14C23. Grayscale: #8F8F8F. Windows color (decimal): -13716516 or 14463790. OLE color: 14463790.

HSL color Cylindrical-coordinate representation of color #2EB3DC: hue angle of 194.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EB3DC is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 179 220 -
CMYK 0.79 0.19 0 0.14
HSL 194.14º 0.71% 0.52% -
HSV(B) 194.14º 0.79% 0.86% -
XYZ 30.17 37.99 73.45 -
YUV 143.91 170.94 58.17 -
System Red Green Blue C M Y K H S L
Decimal 46 179 220 0.79 0.19 0 0.14 194.14 0.71 0.52
Hex 2E B3 DC 4F 13 0 E C2 47 34
Octal 56 263 334 117 23 0 16 302 107 64
Binary 101110 10110011 11011100 1001111 10011 0 1110 11000010 1000111 110100

Color Harmonies of #2EB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB3DC

Black with #2EB3DC

Text Example


Text Example

White with #2EB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,179,220); }

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

background-color css

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

 a { background-color: rgb(46,179,220); }

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

border-color css

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

 span { border-color: rgb(46,179,220); }

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