#47ADE1

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

Shades of Summer Sky #47ADE1

Tints of Summer Sky #47ADE1

Color information

#47ADE1 (or 0x47ADE1) is unknown color: approx Summer Sky. HEX triplet: 47, AD and E1. RGB value is (71,173,225). Sum of RGB (Red+Green+Blue) = 71+173+225=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #47ADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADE1 is #B8521E. Grayscale: #949494. Windows color (decimal): -12079647 or 14789959. OLE color: 14789959.

HSL color Cylindrical-coordinate representation of color #47ADE1: hue angle of 200.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47ADE1 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB71173225-
CMYK0.680.2300.12
HSL200.26º71.96%58.04%-
HSV(B)200.26º68.44%88.24%-
XYZ31.1336.6676.67-
YUV148.43171.2172.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.14%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 225 (88.28% from 255) = 47.97%
R=15.14%
G=36.89%
B=47.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal711732250.680.2300.12200.2671.9658.04
Hex47ADE144170Cc8483a
Octal1072553411042701431011072
Binary1000111101011011110000110001001011101100110010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,173,225); }

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

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

 a { background-color: rgb(71,173,225); }

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

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

 span { border-color: rgb(71,173,225); }

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