Html Css Color HEX #A5B9EB Perano

📋 copy color: '#A5B9EB'

red 165 ◦ green 185 ◦ blue 235

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

Shades of Perano #A5B9EB

Tints of Perano #A5B9EB

RGB

 RED value IS 165 (64.84% from 255) = 28.21%

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

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

R = 28.21%
G = 31.62%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5B9EB (or 0xA5B9EB) is known color: Perano. HEX triplet: A5, B9 and EB. RGB value is (165,185,235). Sum of RGB (Red+Green+Blue) = 165+185+235=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B9EB is #5A4614. Grayscale: #B8B8B8. Windows color (decimal): -5916181 or 15448485. OLE color: 15448485.

HSL color Cylindrical-coordinate representation of color #A5B9EB: hue angle of 222.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B9EB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 185 235 -
CMYK 0.30 0.21 0 0.08
HSL 222.86º 0.64% 0.78% -
HSV(B) 222.86º 0.3% 0.92% -
XYZ 47.86 48.7 85.47 -
YUV 184.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 165 185 235 0.30 0.21 0 0.08 222.86 0.64 0.78
Hex A5 B9 EB 1E 15 0 8 DF 40 4E
Octal 245 271 353 36 25 0 10 337 100 116
Binary 10100101 10111001 11101011 11110 10101 0 1000 11011111 1000000 1001110

Color Harmonies of #A5B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9EB

Black with #A5B9EB

Text Example


Text Example

White with #A5B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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