Html Css Color HEX #ABB5EC Perano

📋 copy color: '#ABB5EC'

red 171 ◦ green 181 ◦ blue 236

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

Shades of Perano #ABB5EC

Tints of Perano #ABB5EC

RGB

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

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

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

R = 29.08%
G = 30.78%
B = 40.14%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABB5EC (or 0xABB5EC) is known color: Perano. HEX triplet: AB, B5 and EC. RGB value is (171,181,236). Sum of RGB (Red+Green+Blue) = 171+181+236=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5EC is #544A13. Grayscale: #B8B8B8. Windows color (decimal): -5523988 or 15513003. OLE color: 15513003.

HSL color Cylindrical-coordinate representation of color #ABB5EC: hue angle of 230.77º 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 #ABB5EC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 181 236 -
CMYK 0.28 0.23 0 0.07
HSL 230.77º 0.63% 0.8% -
HSV(B) 230.77º 0.28% 0.93% -
XYZ 48.46 47.76 86.02 -
YUV 184.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 171 181 236 0.28 0.23 0 0.07 230.77 0.63 0.8
Hex AB B5 EC 1C 17 0 7 E7 3F 50
Octal 253 265 354 34 27 0 7 347 77 120
Binary 10101011 10110101 11101100 11100 10111 0 111 11100111 111111 1010000

Color Harmonies of #ABB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5EC

Black with #ABB5EC

Text Example


Text Example

White with #ABB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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