Html Css Color HEX #2FAAC6 Summer Sky

📋 copy color: '#2FAAC6'

red 47 ◦ green 170 ◦ blue 198

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

Shades of Summer Sky #2FAAC6

Tints of Summer Sky #2FAAC6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

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

R = 11.33%
G = 40.96%
B = 47.71%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2FAAC6 (or 0x2FAAC6) is known color: Summer Sky. HEX triplet: 2F, AA and C6. RGB value is (47,170,198). Sum of RGB (Red+Green+Blue) = 47+170+198=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #2FAAC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAAC6 is #D05539. Grayscale: #888888. Windows color (decimal): -13653306 or 13019695. OLE color: 13019695.

HSL color Cylindrical-coordinate representation of color #2FAAC6: hue angle of 191.13º 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 #2FAAC6 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 170 198 -
CMYK 0.76 0.14 0 0.22
HSL 191.13º 0.62% 0.48% -
HSV(B) 191.13º 0.76% 0.78% -
XYZ 25.74 33.43 58.52 -
YUV 136.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 47 170 198 0.76 0.14 0 0.22 191.13 0.62 0.48
Hex 2F AA C6 4C E 0 16 BF 3E 30
Octal 57 252 306 114 16 0 26 277 76 60
Binary 101111 10101010 11000110 1001100 1110 0 10110 10111111 111110 110000

Color Harmonies of #2FAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAAC6

Black with #2FAAC6

Text Example


Text Example

White with #2FAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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