Html Css Color HEX #ACC0EC Perano

📋 copy color: '#ACC0EC'

red 172 ◦ green 192 ◦ blue 236

#ACC0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ACC0EC

Tints of Perano #ACC0EC

RGB

 RED value IS 172 (67.58% from 255) = 28.67%

 GREEN value IS 192 (75.39% from 255) = 32%

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 28.67%
G = 32%
B = 39.33%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACC0EC (or 0xACC0EC) is known color: Perano. HEX triplet: AC, C0 and EC. RGB value is (172,192,236). Sum of RGB (Red+Green+Blue) = 172+192+236=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0EC is #533F13. Grayscale: #BEBEBE. Windows color (decimal): -5455636 or 15515820. OLE color: 15515820.

HSL color Cylindrical-coordinate representation of color #ACC0EC: hue angle of 221.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC0EC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 192 236 -
CMYK 0.27 0.19 0 0.07
HSL 221.25º 0.63% 0.8% -
HSV(B) 221.25º 0.27% 0.93% -
XYZ 51 52.53 86.81 -
YUV 191.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 172 192 236 0.27 0.19 0 0.07 221.25 0.63 0.8
Hex AC C0 EC 1B 13 0 7 DD 3F 50
Octal 254 300 354 33 23 0 7 335 77 120
Binary 10101100 11000000 11101100 11011 10011 0 111 11011101 111111 1010000

Color Harmonies of #ACC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0EC

Black with #ACC0EC

Text Example


Text Example

White with #ACC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0EC; }

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

 H1.HeaderClassName
 {
   color: #ACC0EC;
 }
 .AnyTagClassName
 {
   color: #ACC0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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