#ACAFF1

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

Shades of Perano #ACAFF1

Tints of Perano #ACAFF1

Color information

#ACAFF1 (or 0xACAFF1) is unknown color: approx Perano. HEX triplet: AC, AF and F1. RGB value is (172,175,241). Sum of RGB (Red+Green+Blue) = 172+175+241=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFF1 is #53500E. Grayscale: #B5B5B5. Windows color (decimal): -5459983 or 15839148. OLE color: 15839148.

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

Color convert

RGB172175241-
CMYK0.290.2700.05
HSL237.39º71.13%80.98%-
HSV(B)237.39º28.63%94.51%-
XYZ48.2245.7889.51-
YUV181.63161.51121.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=29.25%
G=29.76%
B=40.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721752410.290.2700.05237.3971.1380.98
HexACAFF11D1B05ed4751
Octal254257361353305355107121
Binary101011001010111111110001111011101101011110110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFF1; }

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

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

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

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

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

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

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

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