Html Css Color HEX #A5B9FB Perano

📋 copy color: '#A5B9FB'

red 165 ◦ green 185 ◦ blue 251

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

Shades of Perano #A5B9FB

Tints of Perano #A5B9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 27.45%
G = 30.78%
B = 41.76%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5B9FB (or 0xA5B9FB) is known color: Perano. HEX triplet: A5, B9 and FB. RGB value is (165,185,251). Sum of RGB (Red+Green+Blue) = 165+185+251=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5B9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B9FB is #5A4604. Grayscale: #BABABA. Windows color (decimal): -5916165 or 16497061. OLE color: 16497061.

HSL color Cylindrical-coordinate representation of color #A5B9FB: hue angle of 226.05º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5B9FB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 185 251 -
CMYK 0.34 0.26 0 0.02
HSL 226.05º 0.91% 0.82% -
HSV(B) 226.05º 0.34% 0.98% -
XYZ 50.28 49.66 98.2 -
YUV 186.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 165 185 251 0.34 0.26 0 0.02 226.05 0.91 0.82
Hex A5 B9 FB 22 1A 0 2 E2 5B 52
Octal 245 271 373 42 32 0 2 342 133 122
Binary 10100101 10111001 11111011 100010 11010 0 10 11100010 1011011 1010010

Color Harmonies of #A5B9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9FB

Black with #A5B9FB

Text Example


Text Example

White with #A5B9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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