#ACC0FE

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

Shades of Perano #ACC0FE

Tints of Perano #ACC0FE

Color information

#ACC0FE (or 0xACC0FE) is unknown color: approx Perano. HEX triplet: AC, C0 and FE. RGB value is (172,192,254). Sum of RGB (Red+Green+Blue) = 172+192+254=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0FE is #533F01. Grayscale: #C0C0C0. Windows color (decimal): -5455618 or 16695468. OLE color: 16695468.

HSL color Cylindrical-coordinate representation of color #ACC0FE: hue angle of 225.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC0FE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172192254-
CMYK0.320.2400.00
HSL225.37º97.62%83.53%-
HSV(B)225.37º32.28%99.61%-
XYZ53.7553.63101.28-
YUV193.09162.37112.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=27.83%
G=31.07%
B=41.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721922540.320.2400.00225.3797.6283.53
HexACC0FE201800e16254
Octal254300376403000341142124
Binary10101100110000001111111010000011000001110000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0FE; }

 p { color: rgb(172,192,254); }

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

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

 a { background-color: rgb(172,192,254); }

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

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

 span { border-color: rgb(172,192,254); }

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