#47AFF7

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

Shades of Summer Sky #47AFF7

Tints of Summer Sky #47AFF7

Color information

#47AFF7 (or 0x47AFF7) is unknown color: approx Summer Sky. HEX triplet: 47, AF and F7. RGB value is (71,175,247). Sum of RGB (Red+Green+Blue) = 71+175+247=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #47AFF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47AFF7 is #B85008. Grayscale: #979797. Windows color (decimal): -12079113 or 16232263. OLE color: 16232263.

HSL color Cylindrical-coordinate representation of color #47AFF7: hue angle of 204.55º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47AFF7 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB71175247-
CMYK0.710.2900.03
HSL204.55º91.67%62.35%-
HSV(B)204.55º71.26%96.86%-
XYZ34.7238.7193.64-
YUV152.11181.5470.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.40%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 247 (96.88% from 255) = 50.10%
R=14.40%
G=35.50%
B=50.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal711752470.710.2900.03204.5591.6762.35
Hex47AFF7471D03cd5c3e
Octal107257367107350331513476
Binary10001111010111111110111100011111101011110011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,175,247); }

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

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

 a { background-color: rgb(71,175,247); }

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

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

 span { border-color: rgb(71,175,247); }

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