Html Css Color HEX #ABB9EC Perano

📋 copy color: '#ABB9EC'

red 171 ◦ green 185 ◦ blue 236

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

Shades of Perano #ABB9EC

Tints of Perano #ABB9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 28.89%
G = 31.25%
B = 39.86%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABB9EC (or 0xABB9EC) is known color: Perano. HEX triplet: AB, B9 and EC. RGB value is (171,185,236). Sum of RGB (Red+Green+Blue) = 171+185+236=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9EC is #544613. Grayscale: #BABABA. Windows color (decimal): -5522964 or 15514027. OLE color: 15514027.

HSL color Cylindrical-coordinate representation of color #ABB9EC: hue angle of 227.08º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB9EC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 185 236 -
CMYK 0.28 0.22 0 0.07
HSL 227.08º 0.63% 0.8% -
HSV(B) 227.08º 0.28% 0.93% -
XYZ 49.28 49.41 86.3 -
YUV 186.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 171 185 236 0.28 0.22 0 0.07 227.08 0.63 0.8
Hex AB B9 EC 1C 16 0 7 E3 3F 50
Octal 253 271 354 34 26 0 7 343 77 120
Binary 10101011 10111001 11101100 11100 10110 0 111 11100011 111111 1010000

Color Harmonies of #ABB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9EC

Black with #ABB9EC

Text Example


Text Example

White with #ABB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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