Html Css Color HEX #ABB7EC Perano

📋 copy color: '#ABB7EC'

red 171 ◦ green 183 ◦ blue 236

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

Shades of Perano #ABB7EC

Tints of Perano #ABB7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.02%

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

R = 28.98%
G = 31.02%
B = 40%

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

#ABB7EC (or 0xABB7EC) is known color: Perano. HEX triplet: AB, B7 and EC. RGB value is (171,183,236). Sum of RGB (Red+Green+Blue) = 171+183+236=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7EC is #544813. Grayscale: #B9B9B9. Windows color (decimal): -5523476 or 15513515. OLE color: 15513515.

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

Color convert

RGB 171 183 236 -
CMYK 0.28 0.22 0 0.07
HSL 228.92º 0.63% 0.8% -
HSV(B) 228.92º 0.28% 0.93% -
XYZ 48.87 48.58 86.16 -
YUV 185.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 171 183 236 0.28 0.22 0 0.07 228.92 0.63 0.8
Hex AB B7 EC 1C 16 0 7 E5 3F 50
Octal 253 267 354 34 26 0 7 345 77 120
Binary 10101011 10110111 11101100 11100 10110 0 111 11100101 111111 1010000

Color Harmonies of #ABB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB7EC

Black with #ABB7EC

Text Example


Text Example

White with #ABB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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