Html Css Color HEX #2FAACE Summer Sky

📋 copy color: '#2FAACE'

red 47 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #2FAACE

Tints of Summer Sky #2FAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 11.11%
G = 40.19%
B = 48.7%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2FAACE (or 0x2FAACE) is known color: Summer Sky. HEX triplet: 2F, AA and CE. RGB value is (47,170,206). Sum of RGB (Red+Green+Blue) = 47+170+206=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAACE is #D05531. Grayscale: #898989. Windows color (decimal): -13653298 or 13543983. OLE color: 13543983.

HSL color Cylindrical-coordinate representation of color #2FAACE: hue angle of 193.58º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAACE is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 170 206 -
CMYK 0.77 0.17 0 0.19
HSL 193.58º 0.63% 0.5% -
HSV(B) 193.58º 0.77% 0.81% -
XYZ 26.69 33.81 63.51 -
YUV 137.33 166.75 63.57 -
System Red Green Blue C M Y K H S L
Decimal 47 170 206 0.77 0.17 0 0.19 193.58 0.63 0.5
Hex 2F AA CE 4D 11 0 13 C2 3F 32
Octal 57 252 316 115 21 0 23 302 77 62
Binary 101111 10101010 11001110 1001101 10001 0 10011 11000010 111111 110010

Color Harmonies of #2FAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAACE

Black with #2FAACE

Text Example


Text Example

White with #2FAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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