Html Css Color HEX #2EBCDF Summer Sky

📋 copy color: '#2EBCDF'

red 46 ◦ green 188 ◦ blue 223

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

Shades of Summer Sky #2EBCDF

Tints of Summer Sky #2EBCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

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

R = 10.07%
G = 41.14%
B = 48.8%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EBCDF (or 0x2EBCDF) is known color: Summer Sky. HEX triplet: 2E, BC and DF. RGB value is (46,188,223). Sum of RGB (Red+Green+Blue) = 46+188+223=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EBCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCDF is #D14320. Grayscale: #959595. Windows color (decimal): -13714209 or 14662702. OLE color: 14662702.

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

Color convert

RGB 46 188 223 -
CMYK 0.79 0.16 0 0.13
HSL 191.86º 0.73% 0.53% -
HSV(B) 191.86º 0.79% 0.87% -
XYZ 32.43 41.88 76.19 -
YUV 149.53 169.46 54.15 -
System Red Green Blue C M Y K H S L
Decimal 46 188 223 0.79 0.16 0 0.13 191.86 0.73 0.53
Hex 2E BC DF 4F 10 0 D C0 49 35
Octal 56 274 337 117 20 0 15 300 111 65
Binary 101110 10111100 11011111 1001111 10000 0 1101 11000000 1001001 110101

Color Harmonies of #2EBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCDF

Black with #2EBCDF

Text Example


Text Example

White with #2EBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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