#94ACF3

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

Shades of Perano #94ACF3

Tints of Perano #94ACF3

Color information

#94ACF3 (or 0x94ACF3) is unknown color: approx Perano. HEX triplet: 94, AC and F3. RGB value is (148,172,243). Sum of RGB (Red+Green+Blue) = 148+172+243=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #94ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACF3 is #6B530C. Grayscale: #ACACAC. Windows color (decimal): -7033613 or 15969428. OLE color: 15969428.

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

Color convert

RGB148172243-
CMYK0.390.2900.05
HSL224.84º79.83%76.67%-
HSV(B)224.84º39.09%95.29%-
XYZ43.1442.2790.68-
YUV172.92167.55110.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=26.29%
G=30.55%
B=43.16%

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
Decimal1481722430.390.2900.05224.8479.8376.67
Hex94ACF3271D05e1504d
Octal224254363473505341120115
Binary1001010010101100111100111001111110101011110000110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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