#ACC1F2

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

Shades of Perano #ACC1F2

Tints of Perano #ACC1F2

Color information

#ACC1F2 (or 0xACC1F2) is unknown color: approx Perano. HEX triplet: AC, C1 and F2. RGB value is (172,193,242). Sum of RGB (Red+Green+Blue) = 172+193+242=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACC1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F2 is #533E0D. Grayscale: #C0C0C0. Windows color (decimal): -5455374 or 15909292. OLE color: 15909292.

HSL color Cylindrical-coordinate representation of color #ACC1F2: hue angle of 222º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC1F2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172193242-
CMYK0.290.2000.05
HSL222º72.92%81.18%-
HSV(B)222º28.93%94.9%-
XYZ52.1153.3291.55-
YUV192.31156.04113.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=28.34%
G=31.80%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721932420.290.2000.0522272.9281.18
HexACC1F21D1405de4951
Octal254301362352405336111121
Binary101011001100000111110010111011010001011101111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1F2; }

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

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

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

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

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

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

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

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