#93ACF3

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

Shades of Perano #93ACF3

Tints of Perano #93ACF3

Color information

#93ACF3 (or 0x93ACF3) is unknown color: approx Perano. HEX triplet: 93, AC and F3. RGB value is (147,172,243). Sum of RGB (Red+Green+Blue) = 147+172+243=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #93ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ACF3 is #6C530C. Grayscale: #ACACAC. Windows color (decimal): -7099149 or 15969427. OLE color: 15969427.

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

Color convert

RGB147172243-
CMYK0.400.2900.05
HSL224.38º80%76.47%-
HSV(B)224.38º39.51%95.29%-
XYZ42.9642.1890.67-
YUV172.62167.72109.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.16%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=26.16%
G=30.60%
B=43.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471722430.400.2900.05224.388076.47
Hex93ACF3281D05e0504c
Octal223254363503505340120114
Binary1001001110101100111100111010001110101011110000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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