Html Css Color HEX #A5B9F9 Perano

📋 copy color: '#A5B9F9'

red 165 ◦ green 185 ◦ blue 249

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

Shades of Perano #A5B9F9

Tints of Perano #A5B9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 27.55%
G = 30.88%
B = 41.57%

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

#A5B9F9 (or 0xA5B9F9) is known color: Perano. HEX triplet: A5, B9 and F9. RGB value is (165,185,249). Sum of RGB (Red+Green+Blue) = 165+185+249=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5B9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B9F9 is #5A4606. Grayscale: #BABABA. Windows color (decimal): -5916167 or 16365989. OLE color: 16365989.

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

Color convert

RGB 165 185 249 -
CMYK 0.34 0.26 0 0.02
HSL 225.71º 0.88% 0.81% -
HSV(B) 225.71º 0.34% 0.98% -
XYZ 49.96 49.54 96.55 -
YUV 186.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 165 185 249 0.34 0.26 0 0.02 225.71 0.88 0.81
Hex A5 B9 F9 22 1A 0 2 E2 58 51
Octal 245 271 371 42 32 0 2 342 130 121
Binary 10100101 10111001 11111001 100010 11010 0 10 11100010 1011000 1010001

Color Harmonies of #A5B9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9F9

Black with #A5B9F9

Text Example


Text Example

White with #A5B9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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