Html Css Color HEX #A0ACED Perano

📋 copy color: '#A0ACED'

red 160 ◦ green 172 ◦ blue 237

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

Shades of Perano #A0ACED

Tints of Perano #A0ACED

RGB

 RED value IS 160 (62.89% from 255) = 28.12%

 GREEN value IS 172 (67.58% from 255) = 30.23%

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

R = 28.12%
G = 30.23%
B = 41.65%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0ACED (or 0xA0ACED) is known color: Perano. HEX triplet: A0, AC and ED. RGB value is (160,172,237). Sum of RGB (Red+Green+Blue) = 160+172+237=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ACED is #5F5312. Grayscale: #AFAFAF. Windows color (decimal): -6247187 or 15576224. OLE color: 15576224.

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

Color convert

RGB 160 172 237 -
CMYK 0.32 0.27 0 0.07
HSL 230.65º 0.68% 0.78% -
HSV(B) 230.65º 0.32% 0.93% -
XYZ 44.54 43.09 86.09 -
YUV 175.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 160 172 237 0.32 0.27 0 0.07 230.65 0.68 0.78
Hex A0 AC ED 20 1B 0 7 E7 44 4E
Octal 240 254 355 40 33 0 7 347 104 116
Binary 10100000 10101100 11101101 100000 11011 0 111 11100111 1000100 1001110

Color Harmonies of #A0ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ACED

Black with #A0ACED

Text Example


Text Example

White with #A0ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ACED; }

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

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

background-color css

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

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

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

border-color css

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

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

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