#47BDEB

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

Shades of Summer Sky #47BDEB

Tints of Summer Sky #47BDEB

Color information

#47BDEB (or 0x47BDEB) is unknown color: approx Summer Sky. HEX triplet: 47, BD and EB. RGB value is (71,189,235). Sum of RGB (Red+Green+Blue) = 71+189+235=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #47BDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BDEB is #B84214. Grayscale: #9E9E9E. Windows color (decimal): -12075541 or 15449415. OLE color: 15449415.

HSL color Cylindrical-coordinate representation of color #47BDEB: hue angle of 196.83º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47BDEB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71189235-
CMYK0.700.2000.08
HSL196.83º80.39%60%-
HSV(B)196.83º69.79%92.16%-
XYZ35.7943.7385.15-
YUV158.96170.9165.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.34%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 235 (92.19% from 255) = 47.47%
R=14.34%
G=38.18%
B=47.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711892350.700.2000.08196.8380.3960
Hex47BDEB461408c5503c
Octal1072753531062401030512074
Binary1000111101111011110101110001101010001000110001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,189,235); }

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

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

 a { background-color: rgb(71,189,235); }

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

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

 span { border-color: rgb(71,189,235); }

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