Html Css Color HEX #2EB8EF Summer Sky

📋 copy color: '#2EB8EF'

red 46 ◦ green 184 ◦ blue 239

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

Shades of Summer Sky #2EB8EF

Tints of Summer Sky #2EB8EF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.23%

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 9.81%
G = 39.23%
B = 50.96%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EB8EF (or 0x2EB8EF) is known color: Summer Sky. HEX triplet: 2E, B8 and EF. RGB value is (46,184,239). Sum of RGB (Red+Green+Blue) = 46+184+239=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EB8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EB8EF is #D14710. Grayscale: #949494. Windows color (decimal): -13715217 or 15710254. OLE color: 15710254.

HSL color Cylindrical-coordinate representation of color #2EB8EF: hue angle of 197.1º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EB8EF is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 184 239 -
CMYK 0.81 0.23 0 0.06
HSL 197.1º 0.86% 0.56% -
HSV(B) 197.1º 0.81% 0.94% -
XYZ 33.85 41.09 87.81 -
YUV 149.01 178.78 54.53 -
System Red Green Blue C M Y K H S L
Decimal 46 184 239 0.81 0.23 0 0.06 197.1 0.86 0.56
Hex 2E B8 EF 51 17 0 6 C5 56 38
Octal 56 270 357 121 27 0 6 305 126 70
Binary 101110 10111000 11101111 1010001 10111 0 110 11000101 1010110 111000

Color Harmonies of #2EB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB8EF

Black with #2EB8EF

Text Example


Text Example

White with #2EB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,184,239); }

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

background-color css

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

 a { background-color: rgb(46,184,239); }

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

border-color css

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

 span { border-color: rgb(46,184,239); }

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