#97ABFB

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

Shades of Perano #97ABFB

Tints of Perano #97ABFB

Color information

#97ABFB (or 0x97ABFB) is unknown color: approx Perano. HEX triplet: 97, AB and FB. RGB value is (151,171,251). Sum of RGB (Red+Green+Blue) = 151+171+251=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #97ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ABFB is #685404. Grayscale: #ADADAD. Windows color (decimal): -6837253 or 16493463. OLE color: 16493463.

HSL color Cylindrical-coordinate representation of color #97ABFB: hue angle of 228º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97ABFB is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151171251-
CMYK0.400.3200.02
HSL228º92.59%78.82%-
HSV(B)228º39.84%98.43%-
XYZ44.7442.6797.15-
YUV174.14171.37111.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.35%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=26.35%
G=29.84%
B=43.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511712510.400.3200.0222892.5978.82
Hex97ABFB282002e45d4f
Octal227253373504002344135117
Binary1001011110101011111110111010001000000101110010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ABFB; }

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

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

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

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

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

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

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

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