Html Css Color HEX #2EBEDF Summer Sky

📋 copy color: '#2EBEDF'

red 46 ◦ green 190 ◦ blue 223

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

Shades of Summer Sky #2EBEDF

Tints of Summer Sky #2EBEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 10.02%
G = 41.39%
B = 48.58%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EBEDF (or 0x2EBEDF) is known color: Summer Sky. HEX triplet: 2E, BE and DF. RGB value is (46,190,223). Sum of RGB (Red+Green+Blue) = 46+190+223=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBEDF is #D14120. Grayscale: #969696. Windows color (decimal): -13713697 or 14663214. OLE color: 14663214.

HSL color Cylindrical-coordinate representation of color #2EBEDF: hue angle of 191.19º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBEDF is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 190 223 -
CMYK 0.79 0.15 0 0.13
HSL 191.19º 0.73% 0.53% -
HSV(B) 191.19º 0.79% 0.87% -
XYZ 32.86 42.74 76.33 -
YUV 150.71 168.79 53.32 -
System Red Green Blue C M Y K H S L
Decimal 46 190 223 0.79 0.15 0 0.13 191.19 0.73 0.53
Hex 2E BE DF 4F F 0 D BF 49 35
Octal 56 276 337 117 17 0 15 277 111 65
Binary 101110 10111110 11011111 1001111 1111 0 1101 10111111 1001001 110101

Color Harmonies of #2EBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEDF

Black with #2EBEDF

Text Example


Text Example

White with #2EBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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