Html Css Color HEX #A2B5ED Perano

📋 copy color: '#A2B5ED'

red 162 ◦ green 181 ◦ blue 237

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

Shades of Perano #A2B5ED

Tints of Perano #A2B5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 27.93%
G = 31.21%
B = 40.86%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2B5ED (or 0xA2B5ED) is known color: Perano. HEX triplet: A2, B5 and ED. RGB value is (162,181,237). Sum of RGB (Red+Green+Blue) = 162+181+237=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2B5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B5ED is #5D4A12. Grayscale: #B5B5B5. Windows color (decimal): -6113811 or 15578530. OLE color: 15578530.

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

Color convert

RGB 162 181 237 -
CMYK 0.32 0.24 0 0.07
HSL 224.8º 0.68% 0.78% -
HSV(B) 224.8º 0.32% 0.93% -
XYZ 46.71 46.84 86.7 -
YUV 181.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 162 181 237 0.32 0.24 0 0.07 224.8 0.68 0.78
Hex A2 B5 ED 20 18 0 7 E1 44 4E
Octal 242 265 355 40 30 0 7 341 104 116
Binary 10100010 10110101 11101101 100000 11000 0 111 11100001 1000100 1001110

Color Harmonies of #A2B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B5ED

Black with #A2B5ED

Text Example


Text Example

White with #A2B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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