Html Css Color HEX #ACC1ED Perano

📋 copy color: '#ACC1ED'

red 172 ◦ green 193 ◦ blue 237

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

Shades of Perano #ACC1ED

Tints of Perano #ACC1ED

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.06%

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

R = 28.57%
G = 32.06%
B = 39.37%

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

#ACC1ED (or 0xACC1ED) is known color: Perano. HEX triplet: AC, C1 and ED. RGB value is (172,193,237). Sum of RGB (Red+Green+Blue) = 172+193+237=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1ED is #533E12. Grayscale: #BFBFBF. Windows color (decimal): -5455379 or 15581612. OLE color: 15581612.

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

Color convert

RGB 172 193 237 -
CMYK 0.27 0.19 0 0.07
HSL 220.62º 0.64% 0.8% -
HSV(B) 220.62º 0.27% 0.93% -
XYZ 51.37 53.03 87.65 -
YUV 191.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 172 193 237 0.27 0.19 0 0.07 220.62 0.64 0.8
Hex AC C1 ED 1B 13 0 7 DD 40 50
Octal 254 301 355 33 23 0 7 335 100 120
Binary 10101100 11000001 11101101 11011 10011 0 111 11011101 1000000 1010000

Color Harmonies of #ACC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1ED

Black with #ACC1ED

Text Example


Text Example

White with #ACC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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