Html Css Color HEX #ABB9E5 Perano

📋 copy color: '#ABB9E5'

red 171 ◦ green 185 ◦ blue 229

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

Shades of Perano #ABB9E5

Tints of Perano #ABB9E5

RGB

 RED value IS 171 (67.19% from 255) = 29.23%

 GREEN value IS 185 (72.66% from 255) = 31.62%

 BLUE value IS 229 (89.84% from 255) = 39.15%

R = 29.23%
G = 31.62%
B = 39.15%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABB9E5 (or 0xABB9E5) is known color: Perano. HEX triplet: AB, B9 and E5. RGB value is (171,185,229). Sum of RGB (Red+Green+Blue) = 171+185+229=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABB9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9E5 is #54461A. Grayscale: #B9B9B9. Windows color (decimal): -5522971 or 15055275. OLE color: 15055275.

HSL color Cylindrical-coordinate representation of color #ABB9E5: hue angle of 225.52º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB9E5 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 185 229 -
CMYK 0.25 0.19 0 0.10
HSL 225.52º 0.53% 0.78% -
HSV(B) 225.52º 0.25% 0.9% -
XYZ 48.29 49.01 81.04 -
YUV 185.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 171 185 229 0.25 0.19 0 0.10 225.52 0.53 0.78
Hex AB B9 E5 19 13 0 A E2 35 4E
Octal 253 271 345 31 23 0 12 342 65 116
Binary 10101011 10111001 11100101 11001 10011 0 1010 11100010 110101 1001110

Color Harmonies of #ABB9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9E5

Black with #ABB9E5

Text Example


Text Example

White with #ABB9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9E5; }

 p { color: rgb(171,185,229); }

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

background-color css

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

 a { background-color: rgb(171,185,229); }

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

border-color css

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

 span { border-color: rgb(171,185,229); }

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