Html Css Color HEX #ACC0EB Perano

📋 copy color: '#ACC0EB'

red 172 ◦ green 192 ◦ blue 235

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

Shades of Perano #ACC0EB

Tints of Perano #ACC0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 28.71%
G = 32.05%
B = 39.23%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACC0EB (or 0xACC0EB) is known color: Perano. HEX triplet: AC, C0 and EB. RGB value is (172,192,235). Sum of RGB (Red+Green+Blue) = 172+192+235=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0EB is #533F14. Grayscale: #BEBEBE. Windows color (decimal): -5455637 or 15450284. OLE color: 15450284.

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

Color convert

RGB 172 192 235 -
CMYK 0.27 0.18 0 0.08
HSL 220.95º 0.61% 0.8% -
HSV(B) 220.95º 0.27% 0.92% -
XYZ 50.86 52.47 86.04 -
YUV 190.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 172 192 235 0.27 0.18 0 0.08 220.95 0.61 0.8
Hex AC C0 EB 1B 12 0 8 DD 3D 50
Octal 254 300 353 33 22 0 10 335 75 120
Binary 10101100 11000000 11101011 11011 10010 0 1000 11011101 111101 1010000

Color Harmonies of #ACC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0EB

Black with #ACC0EB

Text Example


Text Example

White with #ACC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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