Html Css Color HEX #2FAEC6 Summer Sky

📋 copy color: '#2FAEC6'

red 47 ◦ green 174 ◦ blue 198

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

Shades of Summer Sky #2FAEC6

Tints of Summer Sky #2FAEC6

RGB

 RED value IS 47 (18.75% from 255) = 11.22%

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 11.22%
G = 41.53%
B = 47.26%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2FAEC6 (or 0x2FAEC6) is known color: Summer Sky. HEX triplet: 2F, AE and C6. RGB value is (47,174,198). Sum of RGB (Red+Green+Blue) = 47+174+198=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #2FAEC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEC6 is #D05139. Grayscale: #8A8A8A. Windows color (decimal): -13652282 or 13020719. OLE color: 13020719.

HSL color Cylindrical-coordinate representation of color #2FAEC6: hue angle of 189.54º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FAEC6 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 174 198 -
CMYK 0.76 0.12 0 0.22
HSL 189.54º 0.62% 0.48% -
HSV(B) 189.54º 0.76% 0.78% -
XYZ 26.5 34.95 58.78 -
YUV 138.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 47 174 198 0.76 0.12 0 0.22 189.54 0.62 0.48
Hex 2F AE C6 4C C 0 16 BE 3E 30
Octal 57 256 306 114 14 0 26 276 76 60
Binary 101111 10101110 11000110 1001100 1100 0 10110 10111110 111110 110000

Color Harmonies of #2FAEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEC6

Black with #2FAEC6

Text Example


Text Example

White with #2FAEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,198); }

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

background-color css

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

 a { background-color: rgb(47,174,198); }

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

border-color css

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

 span { border-color: rgb(47,174,198); }

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