Html Css Color HEX #ABB1EE Perano

📋 copy color: '#ABB1EE'

red 171 ◦ green 177 ◦ blue 238

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

Shades of Perano #ABB1EE

Tints of Perano #ABB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 29.18%
G = 30.2%
B = 40.61%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABB1EE (or 0xABB1EE) is known color: Perano. HEX triplet: AB, B1 and EE. RGB value is (171,177,238). Sum of RGB (Red+Green+Blue) = 171+177+238=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB1EE is #544E11. Grayscale: #B5B5B5. Windows color (decimal): -5525010 or 15643051. OLE color: 15643051.

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

Color convert

RGB 171 177 238 -
CMYK 0.28 0.26 0 0.07
HSL 234.63º 0.66% 0.8% -
HSV(B) 234.63º 0.28% 0.93% -
XYZ 47.95 46.28 87.29 -
YUV 182.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 171 177 238 0.28 0.26 0 0.07 234.63 0.66 0.8
Hex AB B1 EE 1C 1A 0 7 EB 42 50
Octal 253 261 356 34 32 0 7 353 102 120
Binary 10101011 10110001 11101110 11100 11010 0 111 11101011 1000010 1010000

Color Harmonies of #ABB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB1EE

Black with #ABB1EE

Text Example


Text Example

White with #ABB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB1EE; }

 p { color: rgb(171,177,238); }

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

background-color css

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

 a { background-color: rgb(171,177,238); }

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

border-color css

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

 span { border-color: rgb(171,177,238); }

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