#2FA4F3

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

Shades of Summer Sky #2FA4F3

Tints of Summer Sky #2FA4F3

Color information

#2FA4F3 (or 0x2FA4F3) is unknown color: approx Summer Sky. HEX triplet: 2F, A4 and F3. RGB value is (47,164,243). Sum of RGB (Red+Green+Blue) = 47+164+243=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #2FA4F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA4F3 is #D05B0C. Grayscale: #898989. Windows color (decimal): -13654797 or 15967279. OLE color: 15967279.

HSL color Cylindrical-coordinate representation of color #2FA4F3: hue angle of 204.18º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FA4F3 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB47164243-
CMYK0.810.3300.05
HSL204.18º89.09%56.86%-
HSV(B)204.18º80.66%95.29%-
XYZ30.6333.6389.67-
YUV138.02187.2463.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.35%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 243 (95.31% from 255) = 53.52%
R=10.35%
G=36.12%
B=53.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal471642430.810.3300.05204.1889.0956.86
Hex2FA4F3512105cc5939
Octal57244363121410531413171
Binary101111101001001111001110100011000010101110011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,164,243); }

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

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

 a { background-color: rgb(47,164,243); }

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

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

 span { border-color: rgb(47,164,243); }

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