#47A6DE

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

Shades of Summer Sky #47A6DE

Tints of Summer Sky #47A6DE

Color information

#47A6DE (or 0x47A6DE) is unknown color: approx Summer Sky. HEX triplet: 47, A6 and DE. RGB value is (71,166,222). Sum of RGB (Red+Green+Blue) = 71+166+222=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #47A6DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A6DE is #B85921. Grayscale: #8F8F8F. Windows color (decimal): -12081442 or 14591559. OLE color: 14591559.

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

Color convert

RGB71166222-
CMYK0.680.2500.13
HSL202.25º69.59%57.45%-
HSV(B)202.25º68.02%87.06%-
XYZ29.4233.8974.1-
YUV143.98172.0375.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.47%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=15.47%
G=36.17%
B=48.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711662220.680.2500.13202.2569.5957.45
Hex47A6DE44190Dca4639
Octal1072463361043101531210671
Binary1000111101001101101111010001001100101101110010101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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