Html Css Color HEX #2EBCED Summer Sky

📋 copy color: '#2EBCED'

red 46 ◦ green 188 ◦ blue 237

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

Shades of Summer Sky #2EBCED

Tints of Summer Sky #2EBCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 9.77%
G = 39.92%
B = 50.32%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EBCED (or 0x2EBCED) is known color: Summer Sky. HEX triplet: 2E, BC and ED. RGB value is (46,188,237). Sum of RGB (Red+Green+Blue) = 46+188+237=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #2EBCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBCED is #D14312. Grayscale: #969696. Windows color (decimal): -13714195 or 15580206. OLE color: 15580206.

HSL color Cylindrical-coordinate representation of color #2EBCED: hue angle of 195.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBCED is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 188 237 -
CMYK 0.81 0.21 0 0.07
HSL 195.39º 0.84% 0.55% -
HSV(B) 195.39º 0.81% 0.93% -
XYZ 34.4 42.66 86.54 -
YUV 151.13 176.46 53.02 -
System Red Green Blue C M Y K H S L
Decimal 46 188 237 0.81 0.21 0 0.07 195.39 0.84 0.55
Hex 2E BC ED 51 15 0 7 C3 54 37
Octal 56 274 355 121 25 0 7 303 124 67
Binary 101110 10111100 11101101 1010001 10101 0 111 11000011 1010100 110111

Color Harmonies of #2EBCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCED

Black with #2EBCED

Text Example


Text Example

White with #2EBCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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