Html Css Color HEX #A2B5EC Perano

📋 copy color: '#A2B5EC'

red 162 ◦ green 181 ◦ blue 236

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

Shades of Perano #A2B5EC

Tints of Perano #A2B5EC

RGB

 RED value IS 162 (63.67% from 255) = 27.98%

 GREEN value IS 181 (71.09% from 255) = 31.26%

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

R = 27.98%
G = 31.26%
B = 40.76%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2B5EC (or 0xA2B5EC) is known color: Perano. HEX triplet: A2, B5 and EC. RGB value is (162,181,236). Sum of RGB (Red+Green+Blue) = 162+181+236=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2B5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B5EC is #5D4A13. Grayscale: #B5B5B5. Windows color (decimal): -6113812 or 15512994. OLE color: 15512994.

HSL color Cylindrical-coordinate representation of color #A2B5EC: hue angle of 224.59º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B5EC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 181 236 -
CMYK 0.31 0.23 0 0.07
HSL 224.59º 0.66% 0.78% -
HSV(B) 224.59º 0.31% 0.93% -
XYZ 46.56 46.79 85.93 -
YUV 181.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 162 181 236 0.31 0.23 0 0.07 224.59 0.66 0.78
Hex A2 B5 EC 1F 17 0 7 E1 42 4E
Octal 242 265 354 37 27 0 7 341 102 116
Binary 10100010 10110101 11101100 11111 10111 0 111 11100001 1000010 1001110

Color Harmonies of #A2B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B5EC

Black with #A2B5EC

Text Example


Text Example

White with #A2B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B5EC; }

 p { color: rgb(162,181,236); }

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

background-color css

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

 a { background-color: rgb(162,181,236); }

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

border-color css

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

 span { border-color: rgb(162,181,236); }

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