#94ACFC

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

Shades of Perano #94ACFC

Tints of Perano #94ACFC

Color information

#94ACFC (or 0x94ACFC) is unknown color: approx Perano. HEX triplet: 94, AC and FC. RGB value is (148,172,252). Sum of RGB (Red+Green+Blue) = 148+172+252=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #94ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACFC is #6B5303. Grayscale: #ADADAD. Windows color (decimal): -7033604 or 16559252. OLE color: 16559252.

HSL color Cylindrical-coordinate representation of color #94ACFC: hue angle of 226.15º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94ACFC is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148172252-
CMYK0.410.3200.01
HSL226.15º94.55%78.43%-
HSV(B)226.15º41.27%98.82%-
XYZ44.5442.8398.02-
YUV173.94172.05109.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.87%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=25.87%
G=30.07%
B=44.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481722520.410.3200.01226.1594.5578.43
Hex94ACFC292001e25f4e
Octal224254374514001342137116
Binary100101001010110011111100101001100000011110001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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