#2faaca

Color #2FAACA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2FAACA

Tints of Summer Sky #2FAACA

Color information

#2FAACA (or 0x2FAACA) is unknown color: approx Summer Sky. HEX triplet: 2F, AA and CA. RGB value is (47,170,202). Sum of RGB (Red+Green+Blue) = 47+170+202=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #2FAACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAACA is #D05535. Grayscale: #888888. Windows color (decimal): -13653302 or 13281839. OLE color: 13281839.

HSL color Cylindrical-coordinate representation of color #2FAACA: hue angle of 192.39º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAACA is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB47170202-
CMYK0.770.1600.21
HSL192.39º62.25%48.82%-
HSV(B)192.39º76.73%79.22%-
XYZ26.2133.6260.98-
YUV136.87164.7563.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.22%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=11.22%
G=40.57%
B=48.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal471702020.770.1600.21192.3962.2548.82
Hex2FAACA4D10015c03e31
Octal57252312115200253007661
Binary101111101010101100101010011011000001010111000000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2faaca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2faaca;
 }
 .AnyTagClassName
 {
   color: #2faaca;
 }
</style>
background-color css

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

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

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

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

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

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