Html Css Color HEX #A2B5EF Perano

📋 copy color: '#A2B5EF'

red 162 ◦ green 181 ◦ blue 239

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

Shades of Perano #A2B5EF

Tints of Perano #A2B5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 27.84%
G = 31.1%
B = 41.07%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A2B5EF (or 0xA2B5EF) is known color: Perano. HEX triplet: A2, B5 and EF. RGB value is (162,181,239). Sum of RGB (Red+Green+Blue) = 162+181+239=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B5EF is #5D4A10. Grayscale: #B5B5B5. Windows color (decimal): -6113809 or 15709602. OLE color: 15709602.

HSL color Cylindrical-coordinate representation of color #A2B5EF: hue angle of 225.19º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B5EF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 181 239 -
CMYK 0.32 0.24 0 0.06
HSL 225.19º 0.71% 0.79% -
HSV(B) 225.19º 0.32% 0.94% -
XYZ 47 46.96 88.25 -
YUV 181.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 162 181 239 0.32 0.24 0 0.06 225.19 0.71 0.79
Hex A2 B5 EF 20 18 0 6 E1 47 4F
Octal 242 265 357 40 30 0 6 341 107 117
Binary 10100010 10110101 11101111 100000 11000 0 110 11100001 1000111 1001111

Color Harmonies of #A2B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B5EF

Black with #A2B5EF

Text Example


Text Example

White with #A2B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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