Html Css Color HEX #2EAFEF Summer Sky

📋 copy color: '#2EAFEF'

red 46 ◦ green 175 ◦ blue 239

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

Shades of Summer Sky #2EAFEF

Tints of Summer Sky #2EAFEF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

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

R = 10%
G = 38.04%
B = 51.96%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EAFEF (or 0x2EAFEF) is known color: Summer Sky. HEX triplet: 2E, AF and EF. RGB value is (46,175,239). Sum of RGB (Red+Green+Blue) = 46+175+239=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAFEF is #D15010. Grayscale: #8F8F8F. Windows color (decimal): -13717521 or 15707950. OLE color: 15707950.

HSL color Cylindrical-coordinate representation of color #2EAFEF: hue angle of 199.9º 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 #2EAFEF is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 175 239 -
CMYK 0.81 0.27 0 0.06
HSL 199.9º 0.86% 0.56% -
HSV(B) 199.9º 0.81% 0.94% -
XYZ 32.04 37.47 87.21 -
YUV 143.73 181.76 58.3 -
System Red Green Blue C M Y K H S L
Decimal 46 175 239 0.81 0.27 0 0.06 199.9 0.86 0.56
Hex 2E AF EF 51 1B 0 6 C8 56 38
Octal 56 257 357 121 33 0 6 310 126 70
Binary 101110 10101111 11101111 1010001 11011 0 110 11001000 1010110 111000

Color Harmonies of #2EAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFEF

Black with #2EAFEF

Text Example


Text Example

White with #2EAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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