Html Css Color HEX #2EBCCF Summer Sky

📋 copy color: '#2EBCCF'

red 46 ◦ green 188 ◦ blue 207

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

Shades of Summer Sky #2EBCCF

Tints of Summer Sky #2EBCCF

RGB

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

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

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

R = 10.43%
G = 42.63%
B = 46.94%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EBCCF (or 0x2EBCCF) is known color: Summer Sky. HEX triplet: 2E, BC and CF. RGB value is (46,188,207). Sum of RGB (Red+Green+Blue) = 46+188+207=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCCF is #D14330. Grayscale: #939393. Windows color (decimal): -13714225 or 13614126. OLE color: 13614126.

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

Color convert

RGB 46 188 207 -
CMYK 0.78 0.09 0 0.19
HSL 187.08º 0.64% 0.5% -
HSV(B) 187.08º 0.78% 0.81% -
XYZ 30.37 41.05 65.35 -
YUV 147.71 161.46 55.46 -
System Red Green Blue C M Y K H S L
Decimal 46 188 207 0.78 0.09 0 0.19 187.08 0.64 0.5
Hex 2E BC CF 4E 9 0 13 BB 40 32
Octal 56 274 317 116 11 0 23 273 100 62
Binary 101110 10111100 11001111 1001110 1001 0 10011 10111011 1000000 110010

Color Harmonies of #2EBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBCCF

Black with #2EBCCF

Text Example


Text Example

White with #2EBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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