#ACC1EE

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

Shades of Perano #ACC1EE

Tints of Perano #ACC1EE

Color information

#ACC1EE (or 0xACC1EE) is unknown color: approx Perano. HEX triplet: AC, C1 and EE. RGB value is (172,193,238). Sum of RGB (Red+Green+Blue) = 172+193+238=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1EE is #533E11. Grayscale: #BFBFBF. Windows color (decimal): -5455378 or 15647148. OLE color: 15647148.

HSL color Cylindrical-coordinate representation of color #ACC1EE: hue angle of 220.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC1EE is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172193238-
CMYK0.280.1900.07
HSL220.91º66%80.39%-
HSV(B)220.91º27.73%93.33%-
XYZ51.5253.0888.42-
YUV191.85154.04113.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=28.52%
G=32.01%
B=39.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721932380.280.1900.07220.916680.39
HexACC1EE1C1307dd4250
Octal254301356342307335102120
Binary101011001100000111101110111001001101111101110110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1EE; }

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

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

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

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

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

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

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

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