Html Css Color HEX #ABBFEB Perano

📋 copy color: '#ABBFEB'

red 171 ◦ green 191 ◦ blue 235

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

Shades of Perano #ABBFEB

Tints of Perano #ABBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.99%

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 28.64%
G = 31.99%
B = 39.36%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABBFEB (or 0xABBFEB) is known color: Perano. HEX triplet: AB, BF and EB. RGB value is (171,191,235). Sum of RGB (Red+Green+Blue) = 171+191+235=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFEB is #544014. Grayscale: #BDBDBD. Windows color (decimal): -5521429 or 15450027. OLE color: 15450027.

HSL color Cylindrical-coordinate representation of color #ABBFEB: hue angle of 221.25º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBFEB is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 191 235 -
CMYK 0.27 0.19 0 0.08
HSL 221.25º 0.62% 0.8% -
HSV(B) 221.25º 0.27% 0.92% -
XYZ 50.42 51.92 85.96 -
YUV 190.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 171 191 235 0.27 0.19 0 0.08 221.25 0.62 0.8
Hex AB BF EB 1B 13 0 8 DD 3E 50
Octal 253 277 353 33 23 0 10 335 76 120
Binary 10101011 10111111 11101011 11011 10011 0 1000 11011101 111110 1010000

Color Harmonies of #ABBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFEB

Black with #ABBFEB

Text Example


Text Example

White with #ABBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFEB; }

 p { color: rgb(171,191,235); }

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

background-color css

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

 a { background-color: rgb(171,191,235); }

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

border-color css

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

 span { border-color: rgb(171,191,235); }

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