#47BAD9

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

Shades of Summer Sky #47BAD9

Tints of Summer Sky #47BAD9

Color information

#47BAD9 (or 0x47BAD9) is unknown color: approx Summer Sky. HEX triplet: 47, BA and D9. RGB value is (71,186,217). Sum of RGB (Red+Green+Blue) = 71+186+217=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #47BAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAD9 is #B84526. Grayscale: #9A9A9A. Windows color (decimal): -12076327 or 14268999. OLE color: 14268999.

HSL color Cylindrical-coordinate representation of color #47BAD9: hue angle of 192.74º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BAD9 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB71186217-
CMYK0.670.1400.15
HSL192.74º65.77%56.47%-
HSV(B)192.74º67.28%85.1%-
XYZ32.6841.4771.93-
YUV155.15162.967.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.98%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 217 (85.16% from 255) = 45.78%
R=14.98%
G=39.24%
B=45.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal711862170.670.1400.15192.7465.7756.47
Hex47BAD943E0Fc14238
Octal1072723311031601730110270
Binary100011110111010110110011000011111001111110000011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,186,217); }

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

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

 a { background-color: rgb(71,186,217); }

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

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

 span { border-color: rgb(71,186,217); }

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