#47B9DE

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

Shades of Summer Sky #47B9DE

Tints of Summer Sky #47B9DE

Color information

#47B9DE (or 0x47B9DE) is unknown color: approx Summer Sky. HEX triplet: 47, B9 and DE. RGB value is (71,185,222). Sum of RGB (Red+Green+Blue) = 71+185+222=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #47B9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B9DE is #B84621. Grayscale: #9A9A9A. Windows color (decimal): -12076578 or 14596423. OLE color: 14596423.

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

Color convert

RGB71185222-
CMYK0.680.1700.13
HSL194.7º69.59%57.45%-
HSV(B)194.7º68.02%87.06%-
XYZ33.1341.3175.33-
YUV155.13165.7367.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.85%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=14.85%
G=38.70%
B=46.44%

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
Decimal711852220.680.1700.13194.769.5957.45
Hex47B9DE44110Dc34639
Octal1072713361042101530310671
Binary1000111101110011101111010001001000101101110000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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