Html Css Color HEX #ACC0ED Perano

📋 copy color: '#ACC0ED'

red 172 ◦ green 192 ◦ blue 237

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

Shades of Perano #ACC0ED

Tints of Perano #ACC0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 28.62%
G = 31.95%
B = 39.43%

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

#ACC0ED (or 0xACC0ED) is known color: Perano. HEX triplet: AC, C0 and ED. RGB value is (172,192,237). Sum of RGB (Red+Green+Blue) = 172+192+237=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0ED is #533F12. Grayscale: #BEBEBE. Windows color (decimal): -5455635 or 15581356. OLE color: 15581356.

HSL color Cylindrical-coordinate representation of color #ACC0ED: hue angle of 221.54º degrees, saturation: 0.64, 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 #ACC0ED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 192 237 -
CMYK 0.27 0.19 0 0.07
HSL 221.54º 0.64% 0.8% -
HSV(B) 221.54º 0.27% 0.93% -
XYZ 51.15 52.58 87.57 -
YUV 191.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 172 192 237 0.27 0.19 0 0.07 221.54 0.64 0.8
Hex AC C0 ED 1B 13 0 7 DE 40 50
Octal 254 300 355 33 23 0 7 336 100 120
Binary 10101100 11000000 11101101 11011 10011 0 111 11011110 1000000 1010000

Color Harmonies of #ACC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0ED

Black with #ACC0ED

Text Example


Text Example

White with #ACC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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