#2FAAEC

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

Shades of Summer Sky #2FAAEC

Tints of Summer Sky #2FAAEC

Color information

#2FAAEC (or 0x2FAAEC) is unknown color: approx Summer Sky. HEX triplet: 2F, AA and EC. RGB value is (47,170,236). Sum of RGB (Red+Green+Blue) = 47+170+236=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAEC is #D05513. Grayscale: #8C8C8C. Windows color (decimal): -13653268 or 15510063. OLE color: 15510063.

HSL color Cylindrical-coordinate representation of color #2FAAEC: hue angle of 200.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAAEC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB47170236-
CMYK0.800.2800.07
HSL200.95º83.26%55.49%-
HSV(B)200.95º80.08%92.55%-
XYZ30.6935.4184.57-
YUV140.75181.7561.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.38%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 236 (92.58% from 255) = 52.10%
R=10.38%
G=37.53%
B=52.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal471702360.800.2800.07200.9583.2655.49
Hex2FAAEC501C07c95337
Octal57252354120340731112367
Binary10111110101010111011001010000111000111110010011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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