Html Css Color HEX #ABB9EF Perano

📋 copy color: '#ABB9EF'

red 171 ◦ green 185 ◦ blue 239

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

Shades of Perano #ABB9EF

Tints of Perano #ABB9EF

RGB

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

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

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

R = 28.74%
G = 31.09%
B = 40.17%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABB9EF (or 0xABB9EF) is known color: Perano. HEX triplet: AB, B9 and EF. RGB value is (171,185,239). Sum of RGB (Red+Green+Blue) = 171+185+239=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9EF is #544610. Grayscale: #BABABA. Windows color (decimal): -5522961 or 15710635. OLE color: 15710635.

HSL color Cylindrical-coordinate representation of color #ABB9EF: hue angle of 227.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB9EF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 185 239 -
CMYK 0.28 0.23 0 0.06
HSL 227.65º 0.68% 0.8% -
HSV(B) 227.65º 0.28% 0.94% -
XYZ 49.72 49.59 88.61 -
YUV 186.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 171 185 239 0.28 0.23 0 0.06 227.65 0.68 0.8
Hex AB B9 EF 1C 17 0 6 E4 44 50
Octal 253 271 357 34 27 0 6 344 104 120
Binary 10101011 10111001 11101111 11100 10111 0 110 11100100 1000100 1010000

Color Harmonies of #ABB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9EF

Black with #ABB9EF

Text Example


Text Example

White with #ABB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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