Html Css Color HEX #2EBADF Summer Sky

📋 copy color: '#2EBADF'

red 46 ◦ green 186 ◦ blue 223

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

Shades of Summer Sky #2EBADF

Tints of Summer Sky #2EBADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

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

R = 10.11%
G = 40.88%
B = 49.01%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EBADF (or 0x2EBADF) is known color: Summer Sky. HEX triplet: 2E, BA and DF. RGB value is (46,186,223). Sum of RGB (Red+Green+Blue) = 46+186+223=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EBADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBADF is #D14520. Grayscale: #949494. Windows color (decimal): -13714721 or 14662190. OLE color: 14662190.

HSL color Cylindrical-coordinate representation of color #2EBADF: hue angle of 192.54º 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 #2EBADF is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 186 223 -
CMYK 0.79 0.17 0 0.13
HSL 192.54º 0.73% 0.53% -
HSV(B) 192.54º 0.79% 0.87% -
XYZ 32 41.03 76.04 -
YUV 148.36 170.12 54.99 -
System Red Green Blue C M Y K H S L
Decimal 46 186 223 0.79 0.17 0 0.13 192.54 0.73 0.53
Hex 2E BA DF 4F 11 0 D C1 49 35
Octal 56 272 337 117 21 0 15 301 111 65
Binary 101110 10111010 11011111 1001111 10001 0 1101 11000001 1001001 110101

Color Harmonies of #2EBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBADF

Black with #2EBADF

Text Example


Text Example

White with #2EBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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