#47A1DE

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

Shades of Summer Sky #47A1DE

Tints of Summer Sky #47A1DE

Color information

#47A1DE (or 0x47A1DE) is unknown color: approx Summer Sky. HEX triplet: 47, A1 and DE. RGB value is (71,161,222). Sum of RGB (Red+Green+Blue) = 71+161+222=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #47A1DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A1DE is #B85E21. Grayscale: #8C8C8C. Windows color (decimal): -12082722 or 14590279. OLE color: 14590279.

HSL color Cylindrical-coordinate representation of color #47A1DE: hue angle of 204.24º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47A1DE is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71161222-
CMYK0.680.2700.13
HSL204.24º69.59%57.45%-
HSV(B)204.24º68.02%87.06%-
XYZ28.5332.173.8-
YUV141.04173.6878.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.64%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 222 (87.11% from 255) = 48.90%
R=15.64%
G=35.46%
B=48.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711612220.680.2700.13204.2469.5957.45
Hex47A1DE441B0Dcc4639
Octal1072413361043301531410671
Binary1000111101000011101111010001001101101101110011001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,161,222); }

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

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

 a { background-color: rgb(71,161,222); }

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

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

 span { border-color: rgb(71,161,222); }

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