#ACAFF9

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

Shades of Perano #ACAFF9

Tints of Perano #ACAFF9

Color information

#ACAFF9 (or 0xACAFF9) is unknown color: approx Perano. HEX triplet: AC, AF and F9. RGB value is (172,175,249). Sum of RGB (Red+Green+Blue) = 172+175+249=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACAFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFF9 is #535006. Grayscale: #B6B6B6. Windows color (decimal): -5459975 or 16363436. OLE color: 16363436.

HSL color Cylindrical-coordinate representation of color #ACAFF9: hue angle of 237.66º 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 #ACAFF9 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172175249-
CMYK0.310.3000.02
HSL237.66º86.52%82.55%-
HSV(B)237.66º30.92%97.65%-
XYZ49.4446.2795.95-
YUV182.54165.51120.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=28.86%
G=29.36%
B=41.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721752490.310.3000.02237.6686.5282.55
HexACAFF91F1E02ee5753
Octal254257371373602356127123
Binary10101100101011111111100111111111100101110111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFF9; }

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

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

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

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

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

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

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

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