Html Css Color HEX #A5B1EB Perano

📋 copy color: '#A5B1EB'

red 165 ◦ green 177 ◦ blue 235

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

Shades of Perano #A5B1EB

Tints of Perano #A5B1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.68%

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

R = 28.6%
G = 30.68%
B = 40.73%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5B1EB (or 0xA5B1EB) is known color: Perano. HEX triplet: A5, B1 and EB. RGB value is (165,177,235). Sum of RGB (Red+Green+Blue) = 165+177+235=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B1EB is #5A4E14. Grayscale: #B3B3B3. Windows color (decimal): -5918229 or 15446437. OLE color: 15446437.

HSL color Cylindrical-coordinate representation of color #A5B1EB: hue angle of 229.71º 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 #A5B1EB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 177 235 -
CMYK 0.30 0.25 0 0.08
HSL 229.71º 0.64% 0.78% -
HSV(B) 229.71º 0.3% 0.92% -
XYZ 46.23 45.44 84.93 -
YUV 180.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 165 177 235 0.30 0.25 0 0.08 229.71 0.64 0.78
Hex A5 B1 EB 1E 19 0 8 E6 40 4E
Octal 245 261 353 36 31 0 10 346 100 116
Binary 10100101 10110001 11101011 11110 11001 0 1000 11100110 1000000 1001110

Color Harmonies of #A5B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B1EB

Black with #A5B1EB

Text Example


Text Example

White with #A5B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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