Html Css Color HEX #A5B9FD Perano

📋 copy color: '#A5B9FD'

red 165 ◦ green 185 ◦ blue 253

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

Shades of Perano #A5B9FD

Tints of Perano #A5B9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 27.36%
G = 30.68%
B = 41.96%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5B9FD (or 0xA5B9FD) is known color: Perano. HEX triplet: A5, B9 and FD. RGB value is (165,185,253). Sum of RGB (Red+Green+Blue) = 165+185+253=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5B9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B9FD is #5A4602. Grayscale: #BABABA. Windows color (decimal): -5916163 or 16628133. OLE color: 16628133.

HSL color Cylindrical-coordinate representation of color #A5B9FD: hue angle of 226.36º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B9FD is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 185 253 -
CMYK 0.35 0.27 0 0.01
HSL 226.36º 0.96% 0.82% -
HSV(B) 226.36º 0.35% 0.99% -
XYZ 50.6 49.79 99.87 -
YUV 186.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 165 185 253 0.35 0.27 0 0.01 226.36 0.96 0.82
Hex A5 B9 FD 23 1B 0 1 E2 60 52
Octal 245 271 375 43 33 0 1 342 140 122
Binary 10100101 10111001 11111101 100011 11011 0 1 11100010 1100000 1010010

Color Harmonies of #A5B9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9FD

Black with #A5B9FD

Text Example


Text Example

White with #A5B9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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