#94AEFF

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

Shades of Perano #94AEFF

Tints of Perano #94AEFF

Color information

#94AEFF (or 0x94AEFF) is unknown color: approx Perano. HEX triplet: 94, AE and FF. RGB value is (148,174,255). Sum of RGB (Red+Green+Blue) = 148+174+255=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #94AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AEFF is #6B5100. Grayscale: #AFAFAF. Windows color (decimal): -7033089 or 16756372. OLE color: 16756372.

HSL color Cylindrical-coordinate representation of color #94AEFF: hue angle of 225.42º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94AEFF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148174255-
CMYK0.420.3200
HSL225.42º100%79.02%-
HSV(B)225.42º41.96%100%-
XYZ45.443.79100.67-
YUV175.46172.89108.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.65%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 255 (100% from 255) = 44.19%
R=25.65%
G=30.16%
B=44.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481742550.420.3200225.4210079.02
Hex94AEFF2A2000e1644f
Octal224256377524000341144117
Binary100101001010111011111111101010100000001110000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,255); }

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

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

 a { background-color: rgb(148,174,255); }

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

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

 span { border-color: rgb(148,174,255); }

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