#47A5DB

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

Shades of Summer Sky #47A5DB

Tints of Summer Sky #47A5DB

Color information

#47A5DB (or 0x47A5DB) is unknown color: approx Summer Sky. HEX triplet: 47, A5 and DB. RGB value is (71,165,219). Sum of RGB (Red+Green+Blue) = 71+165+219=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #47A5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A5DB is #B85A24. Grayscale: #8E8E8E. Windows color (decimal): -12081701 or 14394695. OLE color: 14394695.

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

Color convert

RGB71165219-
CMYK0.680.2500.14
HSL201.89º67.27%56.86%-
HSV(B)201.89º67.58%85.88%-
XYZ28.8433.3671.94-
YUV143.05170.8676.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.60%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=15.60%
G=36.26%
B=48.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711652190.680.2500.14201.8967.2756.86
Hex47A5DB44190Eca4339
Octal1072453331043101631210371
Binary1000111101001011101101110001001100101110110010101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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