Html Css Color HEX #2EBBCC Summer Sky

📋 copy color: '#2EBBCC'

red 46 ◦ green 187 ◦ blue 204

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

Shades of Summer Sky #2EBBCC

Tints of Summer Sky #2EBBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 10.53%
G = 42.79%
B = 46.68%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2EBBCC (or 0x2EBBCC) is known color: Summer Sky. HEX triplet: 2E, BB and CC. RGB value is (46,187,204). Sum of RGB (Red+Green+Blue) = 46+187+204=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBCC is #D14433. Grayscale: #929292. Windows color (decimal): -13714484 or 13417262. OLE color: 13417262.

HSL color Cylindrical-coordinate representation of color #2EBBCC: hue angle of 186.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBBCC is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 187 204 -
CMYK 0.77 0.08 0 0.2
HSL 186.46º 0.63% 0.49% -
HSV(B) 186.46º 0.77% 0.8% -
XYZ 29.8 40.48 63.37 -
YUV 146.78 160.29 56.12 -
System Red Green Blue C M Y K H S L
Decimal 46 187 204 0.77 0.08 0 0.2 186.46 0.63 0.49
Hex 2E BB CC 4D 8 0 14 BA 3F 31
Octal 56 273 314 115 10 0 24 272 77 61
Binary 101110 10111011 11001100 1001101 1000 0 10100 10111010 111111 110001

Color Harmonies of #2EBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBCC

Black with #2EBBCC

Text Example


Text Example

White with #2EBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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