Html Css Color HEX #2EBDCF Summer Sky

📋 copy color: '#2EBDCF'

red 46 ◦ green 189 ◦ blue 207

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

Shades of Summer Sky #2EBDCF

Tints of Summer Sky #2EBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

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

R = 10.41%
G = 42.76%
B = 46.83%

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

#2EBDCF (or 0x2EBDCF) is known color: Summer Sky. HEX triplet: 2E, BD and CF. RGB value is (46,189,207). Sum of RGB (Red+Green+Blue) = 46+189+207=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDCF is #D14230. Grayscale: #949494. Windows color (decimal): -13713969 or 13614382. OLE color: 13614382.

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

Color convert

RGB 46 189 207 -
CMYK 0.78 0.09 0 0.19
HSL 186.71º 0.64% 0.5% -
HSV(B) 186.71º 0.78% 0.81% -
XYZ 30.59 41.48 65.43 -
YUV 148.3 161.12 55.04 -
System Red Green Blue C M Y K H S L
Decimal 46 189 207 0.78 0.09 0 0.19 186.71 0.64 0.5
Hex 2E BD CF 4E 9 0 13 BB 40 32
Octal 56 275 317 116 11 0 23 273 100 62
Binary 101110 10111101 11001111 1001110 1001 0 10011 10111011 1000000 110010

Color Harmonies of #2EBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDCF

Black with #2EBDCF

Text Example


Text Example

White with #2EBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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