#94ACF1

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

Shades of Perano #94ACF1

Tints of Perano #94ACF1

Color information

#94ACF1 (or 0x94ACF1) is unknown color: approx Perano. HEX triplet: 94, AC and F1. RGB value is (148,172,241). Sum of RGB (Red+Green+Blue) = 148+172+241=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #94ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACF1 is #6B530E. Grayscale: #ACACAC. Windows color (decimal): -7033615 or 15838356. OLE color: 15838356.

HSL color Cylindrical-coordinate representation of color #94ACF1: hue angle of 224.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94ACF1 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148172241-
CMYK0.390.2900.05
HSL224.52º76.86%76.27%-
HSV(B)224.52º38.59%94.51%-
XYZ42.8442.1589.1-
YUV172.69166.55110.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=26.38%
G=30.66%
B=42.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481722410.390.2900.05224.5276.8676.27
Hex94ACF1271D05e14d4c
Octal224254361473505341115114
Binary1001010010101100111100011001111110101011110000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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