#2FA6E1

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

Shades of Summer Sky #2FA6E1

Tints of Summer Sky #2FA6E1

Color information

#2FA6E1 (or 0x2FA6E1) is unknown color: approx Summer Sky. HEX triplet: 2F, A6 and E1. RGB value is (47,166,225). Sum of RGB (Red+Green+Blue) = 47+166+225=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #2FA6E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA6E1 is #D0591E. Grayscale: #888888. Windows color (decimal): -13654303 or 14788143. OLE color: 14788143.

HSL color Cylindrical-coordinate representation of color #2FA6E1: hue angle of 199.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA6E1 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB47166225-
CMYK0.790.2600.12
HSL199.89º74.79%53.33%-
HSV(B)199.89º79.11%88.24%-
XYZ28.433.3176.17-
YUV137.14177.5863.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.73%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 225 (88.28% from 255) = 51.37%
R=10.73%
G=37.90%
B=51.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal471662250.790.2600.12199.8974.7953.33
Hex2FA6E14F1A0Cc84b35
Octal572463411173201431011365
Binary101111101001101110000110011111101001100110010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,166,225); }

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

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

 a { background-color: rgb(47,166,225); }

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

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

 span { border-color: rgb(47,166,225); }

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