#47ACDE

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

Shades of Summer Sky #47ACDE

Tints of Summer Sky #47ACDE

Color information

#47ACDE (or 0x47ACDE) is unknown color: approx Summer Sky. HEX triplet: 47, AC and DE. RGB value is (71,172,222). Sum of RGB (Red+Green+Blue) = 71+172+222=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #47ACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACDE is #B85321. Grayscale: #939393. Windows color (decimal): -12079906 or 14593095. OLE color: 14593095.

HSL color Cylindrical-coordinate representation of color #47ACDE: hue angle of 199.87º 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 #47ACDE is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71172222-
CMYK0.680.2300.13
HSL199.87º69.59%57.45%-
HSV(B)199.87º68.02%87.06%-
XYZ30.5436.1274.47-
YUV147.5170.0473.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.27%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=15.27%
G=36.99%
B=47.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711722220.680.2300.13199.8769.5957.45
Hex47ACDE44170Dc84639
Octal1072543361042701531010671
Binary1000111101011001101111010001001011101101110010001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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