Html Css Color HEX #A5B9E0 Perano

📋 copy color: '#A5B9E0'

red 165 ◦ green 185 ◦ blue 224

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

Shades of Perano #A5B9E0

Tints of Perano #A5B9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.02%

R = 28.75%
G = 32.23%
B = 39.02%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5B9E0 (or 0xA5B9E0) is known color: Perano. HEX triplet: A5, B9 and E0. RGB value is (165,185,224). Sum of RGB (Red+Green+Blue) = 165+185+224=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #A5B9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B9E0 is #5A461F. Grayscale: #B7B7B7. Windows color (decimal): -5916192 or 14727589. OLE color: 14727589.

HSL color Cylindrical-coordinate representation of color #A5B9E0: hue angle of 219.66º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5B9E0 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 185 224 -
CMYK 0.26 0.17 0 0.12
HSL 219.66º 0.49% 0.76% -
HSV(B) 219.66º 0.26% 0.88% -
XYZ 46.32 48.08 77.36 -
YUV 183.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 165 185 224 0.26 0.17 0 0.12 219.66 0.49 0.76
Hex A5 B9 E0 1A 11 0 C DC 31 4C
Octal 245 271 340 32 21 0 14 334 61 114
Binary 10100101 10111001 11100000 11010 10001 0 1100 11011100 110001 1001100

Color Harmonies of #A5B9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9E0

Black with #A5B9E0

Text Example


Text Example

White with #A5B9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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