#94AAF7

Color #94AAF7 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #94AAF7

Tints of Perano #94AAF7

Color information

#94AAF7 (or 0x94AAF7) is unknown color: approx Perano. HEX triplet: 94, AA and F7. RGB value is (148,170,247). Sum of RGB (Red+Green+Blue) = 148+170+247=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #94AAF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAF7 is #6B5508. Grayscale: #ABABAB. Windows color (decimal): -7034121 or 16231060. OLE color: 16231060.

HSL color Cylindrical-coordinate representation of color #94AAF7: hue angle of 226.67º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94AAF7 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148170247-
CMYK0.400.3100.03
HSL226.67º86.09%77.45%-
HSV(B)226.67º40.08%96.86%-
XYZ43.3841.7693.77-
YUV172.2170.21110.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.19%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 247 (96.88% from 255) = 43.72%
R=26.19%
G=30.09%
B=43.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1481702470.400.3100.03226.6786.0977.45
Hex94AAF7281F03e3564d
Octal224252367503703343126115
Binary100101001010101011110111101000111110111110001110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AAF7; }

 p { color: rgb(148,170,247); }

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

<style>
 a { background-color: #94AAF7; }

 a { background-color: rgb(148,170,247); }

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

<style>
 span { border-color: #94AAF7; }

 span { border-color: rgb(148,170,247); }

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