#47A8DB

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

Shades of Summer Sky #47A8DB

Tints of Summer Sky #47A8DB

Color information

#47A8DB (or 0x47A8DB) is unknown color: approx Summer Sky. HEX triplet: 47, A8 and DB. RGB value is (71,168,219). Sum of RGB (Red+Green+Blue) = 71+168+219=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #47A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A8DB is #B85724. Grayscale: #909090. Windows color (decimal): -12080933 or 14395463. OLE color: 14395463.

HSL color Cylindrical-coordinate representation of color #47A8DB: hue angle of 200.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47A8DB is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71168219-
CMYK0.680.2300.14
HSL200.68º67.27%56.86%-
HSV(B)200.68º67.58%85.88%-
XYZ29.3934.4672.12-
YUV144.81169.8675.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.50%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=15.50%
G=36.68%
B=47.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711682190.680.2300.14200.6867.2756.86
Hex47A8DB44170Ec94339
Octal1072503331042701631110371
Binary1000111101010001101101110001001011101110110010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,168,219); }

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

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

 a { background-color: rgb(71,168,219); }

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

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

 span { border-color: rgb(71,168,219); }

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