Html Css Color HEX #2EBFEB Summer Sky

📋 copy color: '#2EBFEB'

red 46 ◦ green 191 ◦ blue 235

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

Shades of Summer Sky #2EBFEB

Tints of Summer Sky #2EBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 9.75%
G = 40.47%
B = 49.79%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EBFEB (or 0x2EBFEB) is known color: Summer Sky. HEX triplet: 2E, BF and EB. RGB value is (46,191,235). Sum of RGB (Red+Green+Blue) = 46+191+235=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EBFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBFEB is #D14014. Grayscale: #989898. Windows color (decimal): -13713429 or 15449902. OLE color: 15449902.

HSL color Cylindrical-coordinate representation of color #2EBFEB: hue angle of 193.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBFEB is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 191 235 -
CMYK 0.80 0.19 0 0.08
HSL 193.97º 0.83% 0.55% -
HSV(B) 193.97º 0.8% 0.92% -
XYZ 34.75 43.84 85.23 -
YUV 152.66 174.46 51.92 -
System Red Green Blue C M Y K H S L
Decimal 46 191 235 0.80 0.19 0 0.08 193.97 0.83 0.55
Hex 2E BF EB 50 13 0 8 C2 53 37
Octal 56 277 353 120 23 0 10 302 123 67
Binary 101110 10111111 11101011 1010000 10011 0 1000 11000010 1010011 110111

Color Harmonies of #2EBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBFEB

Black with #2EBFEB

Text Example


Text Example

White with #2EBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,191,235); }

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

background-color css

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

 a { background-color: rgb(46,191,235); }

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

border-color css

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

 span { border-color: rgb(46,191,235); }

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