#47B6DE

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

Shades of Summer Sky #47B6DE

Tints of Summer Sky #47B6DE

Color information

#47B6DE (or 0x47B6DE) is unknown color: approx Summer Sky. HEX triplet: 47, B6 and DE. RGB value is (71,182,222). Sum of RGB (Red+Green+Blue) = 71+182+222=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #47B6DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B6DE is #B84921. Grayscale: #999999. Windows color (decimal): -12077346 or 14595655. OLE color: 14595655.

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

Color convert

RGB71182222-
CMYK0.680.1800.13
HSL195.89º69.59%57.45%-
HSV(B)195.89º68.02%87.06%-
XYZ32.5140.0775.13-
YUV153.37166.7369.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.95%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=14.95%
G=38.32%
B=46.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711822220.680.1800.13195.8969.5957.45
Hex47B6DE44120Dc44639
Octal1072663361042201530410671
Binary1000111101101101101111010001001001001101110001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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