Html Css Color HEX #ABBEF1 Perano

📋 copy color: '#ABBEF1'

red 171 ◦ green 190 ◦ blue 241

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

Shades of Perano #ABBEF1

Tints of Perano #ABBEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.56%

 BLUE value IS 241 (94.53% from 255) = 40.03%

R = 28.41%
G = 31.56%
B = 40.03%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABBEF1 (or 0xABBEF1) is known color: Perano. HEX triplet: AB, BE and F1. RGB value is (171,190,241). Sum of RGB (Red+Green+Blue) = 171+190+241=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABBEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEF1 is #54410E. Grayscale: #BDBDBD. Windows color (decimal): -5521679 or 15842987. OLE color: 15842987.

HSL color Cylindrical-coordinate representation of color #ABBEF1: hue angle of 223.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBEF1 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 190 241 -
CMYK 0.29 0.21 0 0.05
HSL 223.71º 0.71% 0.81% -
HSV(B) 223.71º 0.29% 0.95% -
XYZ 51.09 51.84 90.53 -
YUV 190.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 171 190 241 0.29 0.21 0 0.05 223.71 0.71 0.81
Hex AB BE F1 1D 15 0 5 E0 47 51
Octal 253 276 361 35 25 0 5 340 107 121
Binary 10101011 10111110 11110001 11101 10101 0 101 11100000 1000111 1010001

Color Harmonies of #ABBEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBEF1

Black with #ABBEF1

Text Example


Text Example

White with #ABBEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBEF1; }

 p { color: rgb(171,190,241); }

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

background-color css

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

 a { background-color: rgb(171,190,241); }

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

border-color css

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

 span { border-color: rgb(171,190,241); }

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