Html Css Color HEX #2EB2CF Summer Sky

📋 copy color: '#2EB2CF'

red 46 ◦ green 178 ◦ blue 207

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

Shades of Summer Sky #2EB2CF

Tints of Summer Sky #2EB2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 10.67%
G = 41.3%
B = 48.03%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EB2CF (or 0x2EB2CF) is known color: Summer Sky. HEX triplet: 2E, B2 and CF. RGB value is (46,178,207). Sum of RGB (Red+Green+Blue) = 46+178+207=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EB2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB2CF is #D14D30. Grayscale: #8D8D8D. Windows color (decimal): -13716785 or 13611566. OLE color: 13611566.

HSL color Cylindrical-coordinate representation of color #2EB2CF: hue angle of 190.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EB2CF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 178 207 -
CMYK 0.78 0.14 0 0.19
HSL 190.81º 0.64% 0.5% -
HSV(B) 190.81º 0.78% 0.81% -
XYZ 28.31 36.93 64.67 -
YUV 141.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 46 178 207 0.78 0.14 0 0.19 190.81 0.64 0.5
Hex 2E B2 CF 4E E 0 13 BF 40 32
Octal 56 262 317 116 16 0 23 277 100 62
Binary 101110 10110010 11001111 1001110 1110 0 10011 10111111 1000000 110010

Color Harmonies of #2EB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB2CF

Black with #2EB2CF

Text Example


Text Example

White with #2EB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,178,207); }

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

background-color css

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

 a { background-color: rgb(46,178,207); }

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

border-color css

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

 span { border-color: rgb(46,178,207); }

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