Html Css Color HEX #A0B5EE Perano

📋 copy color: '#A0B5EE'

red 160 ◦ green 181 ◦ blue 238

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

Shades of Perano #A0B5EE

Tints of Perano #A0B5EE

RGB

 RED value IS 160 (62.89% from 255) = 27.63%

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

 BLUE value IS 238 (93.36% from 255) = 41.11%

R = 27.63%
G = 31.26%
B = 41.11%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0B5EE (or 0xA0B5EE) is known color: Perano. HEX triplet: A0, B5 and EE. RGB value is (160,181,238). Sum of RGB (Red+Green+Blue) = 160+181+238=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0B5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B5EE is #5F4A11. Grayscale: #B4B4B4. Windows color (decimal): -6244882 or 15644064. OLE color: 15644064.

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

Color convert

RGB 160 181 238 -
CMYK 0.33 0.24 0 0.07
HSL 223.85º 0.7% 0.78% -
HSV(B) 223.85º 0.33% 0.93% -
XYZ 46.45 46.69 87.45 -
YUV 181.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 160 181 238 0.33 0.24 0 0.07 223.85 0.7 0.78
Hex A0 B5 EE 21 18 0 7 E0 46 4E
Octal 240 265 356 41 30 0 7 340 106 116
Binary 10100000 10110101 11101110 100001 11000 0 111 11100000 1000110 1001110

Color Harmonies of #A0B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B5EE

Black with #A0B5EE

Text Example


Text Example

White with #A0B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B5EE; }

 p { color: rgb(160,181,238); }

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

background-color css

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

 a { background-color: rgb(160,181,238); }

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

border-color css

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

 span { border-color: rgb(160,181,238); }

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