#47AFE3

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

Shades of Summer Sky #47AFE3

Tints of Summer Sky #47AFE3

Color information

#47AFE3 (or 0x47AFE3) is unknown color: approx Summer Sky. HEX triplet: 47, AF and E3. RGB value is (71,175,227). Sum of RGB (Red+Green+Blue) = 71+175+227=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #47AFE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFE3 is #B8501C. Grayscale: #959595. Windows color (decimal): -12079133 or 14921543. OLE color: 14921543.

HSL color Cylindrical-coordinate representation of color #47AFE3: hue angle of 200º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47AFE3 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB71175227-
CMYK0.690.2300.11
HSL200º73.58%58.43%-
HSV(B)200º68.72%89.02%-
XYZ31.7937.5578.24-
YUV149.83171.5471.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.01%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 227 (89.06% from 255) = 47.99%
R=15.01%
G=37.00%
B=47.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal711752270.690.2300.1120073.5858.43
Hex47AFE345170Bc84a3a
Octal1072573431052701331011272
Binary1000111101011111110001110001011011101011110010001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AFE3; }

 p { color: rgb(71,175,227); }

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

<style>
 a { background-color: #47AFE3; }

 a { background-color: rgb(71,175,227); }

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

<style>
 span { border-color: #47AFE3; }

 span { border-color: rgb(71,175,227); }

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