Html Css Color HEX #2EB9CC Summer Sky

📋 copy color: '#2EB9CC'

red 46 ◦ green 185 ◦ blue 204

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

Shades of Summer Sky #2EB9CC

Tints of Summer Sky #2EB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

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

R = 10.57%
G = 42.53%
B = 46.9%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2EB9CC (or 0x2EB9CC) is known color: Summer Sky. HEX triplet: 2E, B9 and CC. RGB value is (46,185,204). Sum of RGB (Red+Green+Blue) = 46+185+204=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EB9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB9CC is #D14633. Grayscale: #919191. Windows color (decimal): -13714996 or 13416750. OLE color: 13416750.

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

Color convert

RGB 46 185 204 -
CMYK 0.77 0.09 0 0.2
HSL 187.22º 0.63% 0.49% -
HSV(B) 187.22º 0.77% 0.8% -
XYZ 29.37 39.64 63.23 -
YUV 145.61 160.95 56.96 -
System Red Green Blue C M Y K H S L
Decimal 46 185 204 0.77 0.09 0 0.2 187.22 0.63 0.49
Hex 2E B9 CC 4D 9 0 14 BB 3F 31
Octal 56 271 314 115 11 0 24 273 77 61
Binary 101110 10111001 11001100 1001101 1001 0 10100 10111011 111111 110001

Color Harmonies of #2EB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB9CC

Black with #2EB9CC

Text Example


Text Example

White with #2EB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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