#47BAE2

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

Shades of Summer Sky #47BAE2

Tints of Summer Sky #47BAE2

Color information

#47BAE2 (or 0x47BAE2) is unknown color: approx Summer Sky. HEX triplet: 47, BA and E2. RGB value is (71,186,226). Sum of RGB (Red+Green+Blue) = 71+186+226=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #47BAE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAE2 is #B8451D. Grayscale: #9B9B9B. Windows color (decimal): -12076318 or 14858823. OLE color: 14858823.

HSL color Cylindrical-coordinate representation of color #47BAE2: hue angle of 195.48º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47BAE2 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB71186226-
CMYK0.690.1800.11
HSL195.48º72.77%58.24%-
HSV(B)195.48º68.58%88.63%-
XYZ33.8841.9578.26-
YUV156.18167.467.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.70%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 226 (88.67% from 255) = 46.79%
R=14.70%
G=38.51%
B=46.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal711862260.690.1800.11195.4872.7758.24
Hex47BAE245120Bc3493a
Octal1072723421052201330311172
Binary1000111101110101110001010001011001001011110000111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,186,226); }

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

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

 a { background-color: rgb(71,186,226); }

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

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

 span { border-color: rgb(71,186,226); }

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