#47B8DE

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

Shades of Summer Sky #47B8DE

Tints of Summer Sky #47B8DE

Color information

#47B8DE (or 0x47B8DE) is unknown color: approx Summer Sky. HEX triplet: 47, B8 and DE. RGB value is (71,184,222). Sum of RGB (Red+Green+Blue) = 71+184+222=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #47B8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B8DE is #B84721. Grayscale: #9A9A9A. Windows color (decimal): -12076834 or 14596167. OLE color: 14596167.

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

Color convert

RGB71184222-
CMYK0.680.1700.13
HSL195.1º69.59%57.45%-
HSV(B)195.1º68.02%87.06%-
XYZ32.9240.8975.27-
YUV154.54166.0668.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.88%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=14.88%
G=38.57%
B=46.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711842220.680.1700.13195.169.5957.45
Hex47B8DE44110Dc34639
Octal1072703361042101530310671
Binary1000111101110001101111010001001000101101110000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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