Html Css Color HEX #A0B9EB Perano

📋 copy color: '#A0B9EB'

red 160 ◦ green 185 ◦ blue 235

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

Shades of Perano #A0B9EB

Tints of Perano #A0B9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.9%

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

R = 27.59%
G = 31.9%
B = 40.52%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0B9EB (or 0xA0B9EB) is known color: Perano. HEX triplet: A0, B9 and EB. RGB value is (160,185,235). Sum of RGB (Red+Green+Blue) = 160+185+235=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B9EB is #5F4614. Grayscale: #B6B6B6. Windows color (decimal): -6243861 or 15448480. OLE color: 15448480.

HSL color Cylindrical-coordinate representation of color #A0B9EB: hue angle of 220º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B9EB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 185 235 -
CMYK 0.32 0.21 0 0.08
HSL 220º 0.65% 0.77% -
HSV(B) 220º 0.32% 0.92% -
XYZ 46.84 48.17 85.43 -
YUV 183.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 160 185 235 0.32 0.21 0 0.08 220 0.65 0.77
Hex A0 B9 EB 20 15 0 8 DC 41 4D
Octal 240 271 353 40 25 0 10 334 101 115
Binary 10100000 10111001 11101011 100000 10101 0 1000 11011100 1000001 1001101

Color Harmonies of #A0B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B9EB

Black with #A0B9EB

Text Example


Text Example

White with #A0B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B9EB; }

 p { color: rgb(160,185,235); }

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

background-color css

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

 a { background-color: rgb(160,185,235); }

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

border-color css

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

 span { border-color: rgb(160,185,235); }

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