#47ADD6

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

Shades of Summer Sky #47ADD6

Tints of Summer Sky #47ADD6

Color information

#47ADD6 (or 0x47ADD6) is unknown color: approx Summer Sky. HEX triplet: 47, AD and D6. RGB value is (71,173,214). Sum of RGB (Red+Green+Blue) = 71+173+214=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #47ADD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADD6 is #B85229. Grayscale: #929292. Windows color (decimal): -12079658 or 14069063. OLE color: 14069063.

HSL color Cylindrical-coordinate representation of color #47ADD6: hue angle of 197.2º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47ADD6 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB71173214-
CMYK0.670.1900.16
HSL197.2º63.56%55.88%-
HSV(B)197.2º66.82%83.92%-
XYZ29.6836.0869.02-
YUV147.18165.7173.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.50%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=15.50%
G=37.77%
B=46.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal711732140.670.1900.16197.263.5655.88
Hex47ADD64313010c54038
Octal1072553261032302030510070
Binary10001111010110111010110100001110011010000110001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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