#2fa4ea

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

Shades of Summer Sky #2FA4EA

Tints of Summer Sky #2FA4EA

Color information

#2FA4EA (or 0x2FA4EA) is unknown color: approx Summer Sky. HEX triplet: 2F, A4 and EA. RGB value is (47,164,234). Sum of RGB (Red+Green+Blue) = 47+164+234=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FA4EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA4EA is #D05B15. Grayscale: #888888. Windows color (decimal): -13654806 or 15377455. OLE color: 15377455.

HSL color Cylindrical-coordinate representation of color #2FA4EA: hue angle of 202.46º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FA4EA is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB47164234-
CMYK0.800.3000.08
HSL202.46º81.66%55.1%-
HSV(B)202.46º79.91%91.76%-
XYZ29.333.182.69-
YUV137182.7463.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.56%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 234 (91.80% from 255) = 52.58%
R=10.56%
G=36.85%
B=52.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal471642340.800.3000.08202.4681.6655.1
Hex2FA4EA501E08ca5237
Octal572443521203601031212267
Binary101111101001001110101010100001111001000110010101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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