#47B4EB

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

Shades of Summer Sky #47B4EB

Tints of Summer Sky #47B4EB

Color information

#47B4EB (or 0x47B4EB) is unknown color: approx Summer Sky. HEX triplet: 47, B4 and EB. RGB value is (71,180,235). Sum of RGB (Red+Green+Blue) = 71+180+235=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #47B4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47B4EB is #B84B14. Grayscale: #999999. Windows color (decimal): -12077845 or 15447111. OLE color: 15447111.

HSL color Cylindrical-coordinate representation of color #47B4EB: hue angle of 200.12º 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 #47B4EB is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71180235-
CMYK0.700.2300.08
HSL200.12º80.39%60%-
HSV(B)200.12º69.79%92.16%-
XYZ33.9239.9884.53-
YUV153.68173.8969.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.61%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 235 (92.19% from 255) = 48.35%
R=14.61%
G=37.04%
B=48.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711802350.700.2300.08200.1280.3960
Hex47B4EB461708c8503c
Octal1072643531062701031012074
Binary1000111101101001110101110001101011101000110010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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