Html Css Color HEX #2EBEFF Summer Sky

📋 copy color: '#2EBEFF'

red 46 ◦ green 190 ◦ blue 255

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

Shades of Summer Sky #2EBEFF

Tints of Summer Sky #2EBEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.7%

 BLUE value IS 255 (100% from 255) = 51.93%

R = 9.37%
G = 38.7%
B = 51.93%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EBEFF (or 0x2EBEFF) is known color: Summer Sky. HEX triplet: 2E, BE and FF. RGB value is (46,190,255). Sum of RGB (Red+Green+Blue) = 46+190+255=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEFF is #D14100. Grayscale: #999999. Windows color (decimal): -13713665 or 16760366. OLE color: 16760366.

HSL color Cylindrical-coordinate representation of color #2EBEFF: hue angle of 198.66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBEFF is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 46 190 255 -
CMYK 0.82 0.25 0 0
HSL 198.66º 1% 0.59% -
HSV(B) 198.66º 0.82% 1% -
XYZ 37.59 44.63 101.24 -
YUV 154.35 184.79 50.71 -
System Red Green Blue C M Y K H S L
Decimal 46 190 255 0.82 0.25 0 0 198.66 1 0.59
Hex 2E BE FF 52 19 0 0 C7 64 3B
Octal 56 276 377 122 31 0 0 307 144 73
Binary 101110 10111110 11111111 1010010 11001 0 0 11000111 1100100 111011

Color Harmonies of #2EBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEFF

Black with #2EBEFF

Text Example


Text Example

White with #2EBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,190,255); }

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

background-color css

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

 a { background-color: rgb(46,190,255); }

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

border-color css

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

 span { border-color: rgb(46,190,255); }

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