#ACC1F3

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

Shades of Perano #ACC1F3

Tints of Perano #ACC1F3

Color information

#ACC1F3 (or 0xACC1F3) is unknown color: approx Perano. HEX triplet: AC, C1 and F3. RGB value is (172,193,243). Sum of RGB (Red+Green+Blue) = 172+193+243=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACC1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F3 is #533E0C. Grayscale: #C0C0C0. Windows color (decimal): -5455373 or 15974828. OLE color: 15974828.

HSL color Cylindrical-coordinate representation of color #ACC1F3: hue angle of 222.25º degrees, saturation: 0.75, 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 #ACC1F3 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172193243-
CMYK0.290.2100.05
HSL222.25º74.74%81.37%-
HSV(B)222.25º29.22%95.29%-
XYZ52.2653.3892.34-
YUV192.42156.54113.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=28.29%
G=31.74%
B=39.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721932430.290.2100.05222.2574.7481.37
HexACC1F31D1505de4b51
Octal254301363352505336113121
Binary101011001100000111110011111011010101011101111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1F3; }

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

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

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

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

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

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

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

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