#47BCDC

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

Shades of Summer Sky #47BCDC

Tints of Summer Sky #47BCDC

Color information

#47BCDC (or 0x47BCDC) is unknown color: approx Summer Sky. HEX triplet: 47, BC and DC. RGB value is (71,188,220). Sum of RGB (Red+Green+Blue) = 71+188+220=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #47BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCDC is #B84323. Grayscale: #9C9C9C. Windows color (decimal): -12075812 or 14466119. OLE color: 14466119.

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

Color convert

RGB71188220-
CMYK0.680.1500.14
HSL192.89º68.04%57.06%-
HSV(B)192.89º67.73%86.27%-
XYZ33.542.4774.14-
YUV156.66163.7466.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.82%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=14.82%
G=39.25%
B=45.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711882200.680.1500.14192.8968.0457.06
Hex47BCDC44F0Ec14439
Octal1072743341041701630110471
Binary100011110111100110111001000100111101110110000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,188,220); }

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

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

 a { background-color: rgb(71,188,220); }

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

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

 span { border-color: rgb(71,188,220); }

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