Html Css Color HEX #2EAFCF Summer Sky

📋 copy color: '#2EAFCF'

red 46 ◦ green 175 ◦ blue 207

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

Shades of Summer Sky #2EAFCF

Tints of Summer Sky #2EAFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

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

R = 10.75%
G = 40.89%
B = 48.36%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EAFCF (or 0x2EAFCF) is known color: Summer Sky. HEX triplet: 2E, AF and CF. RGB value is (46,175,207). Sum of RGB (Red+Green+Blue) = 46+175+207=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EAFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFCF is #D15030. Grayscale: #8B8B8B. Windows color (decimal): -13717553 or 13610798. OLE color: 13610798.

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

Color convert

RGB 46 175 207 -
CMYK 0.78 0.15 0 0.19
HSL 191.93º 0.64% 0.5% -
HSV(B) 191.93º 0.78% 0.81% -
XYZ 27.72 35.75 64.47 -
YUV 140.08 165.76 60.9 -
System Red Green Blue C M Y K H S L
Decimal 46 175 207 0.78 0.15 0 0.19 191.93 0.64 0.5
Hex 2E AF CF 4E F 0 13 C0 40 32
Octal 56 257 317 116 17 0 23 300 100 62
Binary 101110 10101111 11001111 1001110 1111 0 10011 11000000 1000000 110010

Color Harmonies of #2EAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFCF

Black with #2EAFCF

Text Example


Text Example

White with #2EAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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