Html Css Color HEX #ABC1FB Perano

📋 copy color: '#ABC1FB'

red 171 ◦ green 193 ◦ blue 251

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

Shades of Perano #ABC1FB

Tints of Perano #ABC1FB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.38%

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 27.8%
G = 31.38%
B = 40.81%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABC1FB (or 0xABC1FB) is known color: Perano. HEX triplet: AB, C1 and FB. RGB value is (171,193,251). Sum of RGB (Red+Green+Blue) = 171+193+251=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABC1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC1FB is #543E04. Grayscale: #C0C0C0. Windows color (decimal): -5520901 or 16499115. OLE color: 16499115.

HSL color Cylindrical-coordinate representation of color #ABC1FB: hue angle of 223.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC1FB is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 193 251 -
CMYK 0.32 0.23 0 0.02
HSL 223.5º 0.91% 0.83% -
HSV(B) 223.5º 0.32% 0.98% -
XYZ 53.28 53.76 98.84 -
YUV 193.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 171 193 251 0.32 0.23 0 0.02 223.5 0.91 0.83
Hex AB C1 FB 20 17 0 2 E0 5B 53
Octal 253 301 373 40 27 0 2 340 133 123
Binary 10101011 11000001 11111011 100000 10111 0 10 11100000 1011011 1010011

Color Harmonies of #ABC1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1FB

Black with #ABC1FB

Text Example


Text Example

White with #ABC1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1FB; }

 p { color: rgb(171,193,251); }

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

background-color css

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

 a { background-color: rgb(171,193,251); }

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

border-color css

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

 span { border-color: rgb(171,193,251); }

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