Html Css Color HEX #2EAECF Summer Sky

📋 copy color: '#2EAECF'

red 46 ◦ green 174 ◦ blue 207

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

Shades of Summer Sky #2EAECF

Tints of Summer Sky #2EAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

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

R = 10.77%
G = 40.75%
B = 48.48%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EAECF (or 0x2EAECF) is known color: Summer Sky. HEX triplet: 2E, AE and CF. RGB value is (46,174,207). Sum of RGB (Red+Green+Blue) = 46+174+207=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAECF is #D15130. Grayscale: #8B8B8B. Windows color (decimal): -13717809 or 13610542. OLE color: 13610542.

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

Color convert

RGB 46 174 207 -
CMYK 0.78 0.16 0 0.19
HSL 192.3º 0.64% 0.5% -
HSV(B) 192.3º 0.78% 0.81% -
XYZ 27.53 35.36 64.41 -
YUV 139.49 166.09 61.32 -
System Red Green Blue C M Y K H S L
Decimal 46 174 207 0.78 0.16 0 0.19 192.3 0.64 0.5
Hex 2E AE CF 4E 10 0 13 C0 40 32
Octal 56 256 317 116 20 0 23 300 100 62
Binary 101110 10101110 11001111 1001110 10000 0 10011 11000000 1000000 110010

Color Harmonies of #2EAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAECF

Black with #2EAECF

Text Example


Text Example

White with #2EAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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