#ACC2F9

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

Shades of Perano #ACC2F9

Tints of Perano #ACC2F9

Color information

#ACC2F9 (or 0xACC2F9) is unknown color: approx Perano. HEX triplet: AC, C2 and F9. RGB value is (172,194,249). Sum of RGB (Red+Green+Blue) = 172+194+249=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACC2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2F9 is #533D06. Grayscale: #C1C1C1. Windows color (decimal): -5455111 or 16368300. OLE color: 16368300.

HSL color Cylindrical-coordinate representation of color #ACC2F9: hue angle of 222.86º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC2F9 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172194249-
CMYK0.310.2200.02
HSL222.86º86.52%82.55%-
HSV(B)222.86º30.92%97.65%-
XYZ53.454.1997.27-
YUV193.69159.21112.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=27.97%
G=31.54%
B=40.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721942490.310.2200.02222.8686.5282.55
HexACC2F91F1602df5753
Octal254302371372602337127123
Binary10101100110000101111100111111101100101101111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2F9; }

 p { color: rgb(172,194,249); }

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

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

 a { background-color: rgb(172,194,249); }

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

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

 span { border-color: rgb(172,194,249); }

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