Html Css Color HEX #2EBCCC Summer Sky

📋 copy color: '#2EBCCC'

red 46 ◦ green 188 ◦ blue 204

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

Shades of Summer Sky #2EBCCC

Tints of Summer Sky #2EBCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 10.5%
G = 42.92%
B = 46.58%

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

#2EBCCC (or 0x2EBCCC) is known color: Summer Sky. HEX triplet: 2E, BC and CC. RGB value is (46,188,204). Sum of RGB (Red+Green+Blue) = 46+188+204=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCCC is #D14333. Grayscale: #939393. Windows color (decimal): -13714228 or 13417518. OLE color: 13417518.

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

Color convert

RGB 46 188 204 -
CMYK 0.77 0.08 0 0.2
HSL 186.08º 0.63% 0.49% -
HSV(B) 186.08º 0.77% 0.8% -
XYZ 30.01 40.91 63.44 -
YUV 147.37 159.96 55.7 -
System Red Green Blue C M Y K H S L
Decimal 46 188 204 0.77 0.08 0 0.2 186.08 0.63 0.49
Hex 2E BC CC 4D 8 0 14 BA 3F 31
Octal 56 274 314 115 10 0 24 272 77 61
Binary 101110 10111100 11001100 1001101 1000 0 10100 10111010 111111 110001

Color Harmonies of #2EBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCCC

Black with #2EBCCC

Text Example


Text Example

White with #2EBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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