Html Css Color HEX #2EBECD Summer Sky

📋 copy color: '#2EBECD'

red 46 ◦ green 190 ◦ blue 205

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

Shades of Summer Sky #2EBECD

Tints of Summer Sky #2EBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

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

R = 10.43%
G = 43.08%
B = 46.49%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EBECD (or 0x2EBECD) is known color: Summer Sky. HEX triplet: 2E, BE and CD. RGB value is (46,190,205). Sum of RGB (Red+Green+Blue) = 46+190+205=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBECD is #D14132. Grayscale: #949494. Windows color (decimal): -13713715 or 13483566. OLE color: 13483566.

HSL color Cylindrical-coordinate representation of color #2EBECD: hue angle of 185.66º 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 #2EBECD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 190 205 -
CMYK 0.78 0.07 0 0.20
HSL 185.66º 0.63% 0.49% -
HSV(B) 185.66º 0.78% 0.8% -
XYZ 30.56 41.82 64.22 -
YUV 148.65 159.79 54.78 -
System Red Green Blue C M Y K H S L
Decimal 46 190 205 0.78 0.07 0 0.20 185.66 0.63 0.49
Hex 2E BE CD 4E 7 0 14 BA 3F 31
Octal 56 276 315 116 7 0 24 272 77 61
Binary 101110 10111110 11001101 1001110 111 0 10100 10111010 111111 110001

Color Harmonies of #2EBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBECD

Black with #2EBECD

Text Example


Text Example

White with #2EBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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