#47B1EA

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

Shades of Summer Sky #47B1EA

Tints of Summer Sky #47B1EA

Color information

#47B1EA (or 0x47B1EA) is unknown color: approx Summer Sky. HEX triplet: 47, B1 and EA. RGB value is (71,177,234). Sum of RGB (Red+Green+Blue) = 71+177+234=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #47B1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47B1EA is #B84E15. Grayscale: #979797. Windows color (decimal): -12078614 or 15380807. OLE color: 15380807.

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

Color convert

RGB71177234-
CMYK0.700.2400.08
HSL200.98º79.51%59.8%-
HSV(B)200.98º69.66%91.76%-
XYZ33.1738.7283.57-
YUV151.8174.3870.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.73%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=14.73%
G=36.72%
B=48.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711772340.700.2400.08200.9879.5159.8
Hex47B1EA461808c9503c
Octal1072613521063001031112074
Binary1000111101100011110101010001101100001000110010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,177,234); }

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

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

 a { background-color: rgb(71,177,234); }

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

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

 span { border-color: rgb(71,177,234); }

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