Html Css Color HEX #A5B6EC Perano

📋 copy color: '#A5B6EC'

red 165 ◦ green 182 ◦ blue 236

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

Shades of Perano #A5B6EC

Tints of Perano #A5B6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.22%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 28.3%
G = 31.22%
B = 40.48%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5B6EC (or 0xA5B6EC) is known color: Perano. HEX triplet: A5, B6 and EC. RGB value is (165,182,236). Sum of RGB (Red+Green+Blue) = 165+182+236=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5B6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B6EC is #5A4913. Grayscale: #B6B6B6. Windows color (decimal): -5916948 or 15513253. OLE color: 15513253.

HSL color Cylindrical-coordinate representation of color #A5B6EC: hue angle of 225.63º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B6EC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 182 236 -
CMYK 0.30 0.23 0 0.07
HSL 225.63º 0.65% 0.79% -
HSV(B) 225.63º 0.3% 0.93% -
XYZ 47.39 47.51 86.03 -
YUV 183.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 165 182 236 0.30 0.23 0 0.07 225.63 0.65 0.79
Hex A5 B6 EC 1E 17 0 7 E2 41 4F
Octal 245 266 354 36 27 0 7 342 101 117
Binary 10100101 10110110 11101100 11110 10111 0 111 11100010 1000001 1001111

Color Harmonies of #A5B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B6EC

Black with #A5B6EC

Text Example


Text Example

White with #A5B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B6EC; }

 p { color: rgb(165,182,236); }

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

background-color css

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

 a { background-color: rgb(165,182,236); }

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

border-color css

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

 span { border-color: rgb(165,182,236); }

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