Html Css Color HEX #2EB5CC Summer Sky

📋 copy color: '#2EB5CC'

red 46 ◦ green 181 ◦ blue 204

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

Shades of Summer Sky #2EB5CC

Tints of Summer Sky #2EB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

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

R = 10.67%
G = 42%
B = 47.33%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2EB5CC (or 0x2EB5CC) is known color: Summer Sky. HEX triplet: 2E, B5 and CC. RGB value is (46,181,204). Sum of RGB (Red+Green+Blue) = 46+181+204=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EB5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB5CC is #D14A33. Grayscale: #8F8F8F. Windows color (decimal): -13716020 or 13415726. OLE color: 13415726.

HSL color Cylindrical-coordinate representation of color #2EB5CC: hue angle of 188.73º 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 #2EB5CC is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 181 204 -
CMYK 0.77 0.11 0 0.2
HSL 188.73º 0.63% 0.49% -
HSV(B) 188.73º 0.77% 0.8% -
XYZ 28.55 37.99 62.95 -
YUV 143.26 162.27 58.63 -
System Red Green Blue C M Y K H S L
Decimal 46 181 204 0.77 0.11 0 0.2 188.73 0.63 0.49
Hex 2E B5 CC 4D B 0 14 BD 3F 31
Octal 56 265 314 115 13 0 24 275 77 61
Binary 101110 10110101 11001100 1001101 1011 0 10100 10111101 111111 110001

Color Harmonies of #2EB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB5CC

Black with #2EB5CC

Text Example


Text Example

White with #2EB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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