Html Css Color HEX #2EBBFF Summer Sky

📋 copy color: '#2EBBFF'

red 46 ◦ green 187 ◦ blue 255

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

Shades of Summer Sky #2EBBFF

Tints of Summer Sky #2EBBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

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

R = 9.43%
G = 38.32%
B = 52.25%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EBBFF (or 0x2EBBFF) is known color: Summer Sky. HEX triplet: 2E, BB and FF. RGB value is (46,187,255). Sum of RGB (Red+Green+Blue) = 46+187+255=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBBFF is #D14400. Grayscale: #989898. Windows color (decimal): -13714433 or 16759598. OLE color: 16759598.

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

Color convert

RGB 46 187 255 -
CMYK 0.82 0.27 0 0
HSL 199.52º 1% 0.59% -
HSV(B) 199.52º 0.82% 1% -
XYZ 36.95 43.34 101.03 -
YUV 152.59 185.79 51.97 -
System Red Green Blue C M Y K H S L
Decimal 46 187 255 0.82 0.27 0 0 199.52 1 0.59
Hex 2E BB FF 52 1B 0 0 C8 64 3B
Octal 56 273 377 122 33 0 0 310 144 73
Binary 101110 10111011 11111111 1010010 11011 0 0 11001000 1100100 111011

Color Harmonies of #2EBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBFF

Black with #2EBBFF

Text Example


Text Example

White with #2EBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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