#ACAFF5

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

Shades of Perano #ACAFF5

Tints of Perano #ACAFF5

Color information

#ACAFF5 (or 0xACAFF5) is unknown color: approx Perano. HEX triplet: AC, AF and F5. RGB value is (172,175,245). Sum of RGB (Red+Green+Blue) = 172+175+245=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACAFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFF5 is #53500A. Grayscale: #B5B5B5. Windows color (decimal): -5459979 or 16101292. OLE color: 16101292.

HSL color Cylindrical-coordinate representation of color #ACAFF5: hue angle of 237.53º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACAFF5 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172175245-
CMYK0.300.2900.04
HSL237.53º78.49%81.76%-
HSV(B)237.53º29.8%96.08%-
XYZ48.8246.0292.7-
YUV182.08163.51120.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 245 (96.09% from 255) = 41.39%
R=29.05%
G=29.56%
B=41.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721752450.300.2900.04237.5378.4981.76
HexACAFF51E1D04ee4e52
Octal254257365363504356116122
Binary101011001010111111110101111101110101001110111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFF5; }

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

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

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

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

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

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

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

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