#94AAF6

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

Shades of Perano #94AAF6

Tints of Perano #94AAF6

Color information

#94AAF6 (or 0x94AAF6) is unknown color: approx Perano. HEX triplet: 94, AA and F6. RGB value is (148,170,246). Sum of RGB (Red+Green+Blue) = 148+170+246=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #94AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAF6 is #6B5509. Grayscale: #ABABAB. Windows color (decimal): -7034122 or 16165524. OLE color: 16165524.

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

Color convert

RGB148170246-
CMYK0.400.3100.04
HSL226.53º84.48%77.25%-
HSV(B)226.53º39.84%96.47%-
XYZ43.2241.792.96-
YUV172.09169.71110.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.24%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=26.24%
G=30.14%
B=43.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1481702460.400.3100.04226.5384.4877.25
Hex94AAF6281F04e3544d
Octal224252366503704343124115
Binary1001010010101010111101101010001111101001110001110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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