#94ACFE

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

Shades of Perano #94ACFE

Tints of Perano #94ACFE

Color information

#94ACFE (or 0x94ACFE) is unknown color: approx Perano. HEX triplet: 94, AC and FE. RGB value is (148,172,254). Sum of RGB (Red+Green+Blue) = 148+172+254=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #94ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACFE is #6B5301. Grayscale: #ADADAD. Windows color (decimal): -7033602 or 16690324. OLE color: 16690324.

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

Color convert

RGB148172254-
CMYK0.420.3200.00
HSL226.42º98.15%78.82%-
HSV(B)226.42º41.73%99.61%-
XYZ44.8542.9699.69-
YUV174.17173.05109.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=25.78%
G=29.97%
B=44.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481722540.420.3200.00226.4298.1578.82
Hex94ACFE2A2000e2624f
Octal224254376524000342142117
Binary100101001010110011111110101010100000001110001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,172,254); }

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

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

 a { background-color: rgb(148,172,254); }

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

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

 span { border-color: rgb(148,172,254); }

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