#ACC1FD

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

Shades of Perano #ACC1FD

Tints of Perano #ACC1FD

Color information

#ACC1FD (or 0xACC1FD) is unknown color: approx Perano. HEX triplet: AC, C1 and FD. RGB value is (172,193,253). Sum of RGB (Red+Green+Blue) = 172+193+253=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACC1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1FD is #533E02. Grayscale: #C1C1C1. Windows color (decimal): -5455363 or 16630188. OLE color: 16630188.

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

Color convert

RGB172193253-
CMYK0.320.2400.01
HSL224.44º95.29%83.33%-
HSV(B)224.44º32.02%99.22%-
XYZ53.8154100.52-
YUV193.56161.54112.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=27.83%
G=31.23%
B=40.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721932530.320.2400.01224.4495.2983.33
HexACC1FD201801e05f53
Octal254301375403001340137123
Binary10101100110000011111110110000011000011110000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1FD; }

 p { color: rgb(172,193,253); }

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

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

 a { background-color: rgb(172,193,253); }

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

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

 span { border-color: rgb(172,193,253); }

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