#ACC1F1

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

Shades of Perano #ACC1F1

Tints of Perano #ACC1F1

Color information

#ACC1F1 (or 0xACC1F1) is unknown color: approx Perano. HEX triplet: AC, C1 and F1. RGB value is (172,193,241). Sum of RGB (Red+Green+Blue) = 172+193+241=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F1 is #533E0E. Grayscale: #BFBFBF. Windows color (decimal): -5455375 or 15843756. OLE color: 15843756.

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

Color convert

RGB172193241-
CMYK0.290.2000.05
HSL221.74º71.13%80.98%-
HSV(B)221.74º28.63%94.51%-
XYZ51.9653.2690.76-
YUV192.19155.54113.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=28.38%
G=31.85%
B=39.77%

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
Decimal1721932410.290.2000.05221.7471.1380.98
HexACC1F11D1405de4751
Octal254301361352405336107121
Binary101011001100000111110001111011010001011101111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1F1; }

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

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

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

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

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

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

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

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