#ACC0EA

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

Shades of Perano #ACC0EA

Tints of Perano #ACC0EA

Color information

#ACC0EA (or 0xACC0EA) is unknown color: approx Perano. HEX triplet: AC, C0 and EA. RGB value is (172,192,234). Sum of RGB (Red+Green+Blue) = 172+192+234=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0EA is #533F15. Grayscale: #BEBEBE. Windows color (decimal): -5455638 or 15384748. OLE color: 15384748.

HSL color Cylindrical-coordinate representation of color #ACC0EA: hue angle of 220.65º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC0EA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172192234-
CMYK0.260.1800.08
HSL220.65º59.62%79.61%-
HSV(B)220.65º26.5%91.76%-
XYZ50.7152.4185.29-
YUV190.81152.37114.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=28.76%
G=32.11%
B=39.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721922340.260.1800.08220.6559.6279.61
HexACC0EA1A1208dd3c50
Octal254300352322201033574120
Binary101011001100000011101010110101001001000110111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0EA; }

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

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

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

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

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

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

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

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