#abb8f3

Color #ABB8F3 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ABB8F3

Tints of Perano #ABB8F3

Color information

#ABB8F3 (or 0xABB8F3) is unknown color: approx Perano. HEX triplet: AB, B8 and F3. RGB value is (171,184,243). Sum of RGB (Red+Green+Blue) = 171+184+243=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABB8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8F3 is #54470C. Grayscale: #BABABA. Windows color (decimal): -5523213 or 15972523. OLE color: 15972523.

HSL color Cylindrical-coordinate representation of color #ABB8F3: hue angle of 229.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB8F3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171184243-
CMYK0.300.2400.05
HSL229.17º75%81.18%-
HSV(B)229.17º29.63%95.29%-
XYZ50.1149.4191.69-
YUV186.84159.69116.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 184 (72.27% from 255) = 30.77%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=28.60%
G=30.77%
B=40.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711842430.300.2400.05229.177581.18
HexABB8F31E1805e54b51
Octal253270363363005345113121
Binary101010111011100011110011111101100001011110010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abb8f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abb8f3; }

 p { color: rgb(171,184,243); }

 H1.HeaderClassName
 {
   color: #abb8f3;
 }
 .AnyTagClassName
 {
   color: #abb8f3;
 }
</style>
background-color css

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

 a { background-color: rgb(171,184,243); }

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

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

 span { border-color: rgb(171,184,243); }

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