#97AAFB

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

Shades of Perano #97AAFB

Tints of Perano #97AAFB

Color information

#97AAFB (or 0x97AAFB) is unknown color: approx Perano. HEX triplet: 97, AA and FB. RGB value is (151,170,251). Sum of RGB (Red+Green+Blue) = 151+170+251=572 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.40% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #97AAFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97AAFB is #685504. Grayscale: #ADADAD. Windows color (decimal): -6837509 or 16493207. OLE color: 16493207.

HSL color Cylindrical-coordinate representation of color #97AAFB: hue angle of 228.6º 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 #97AAFB is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151170251-
CMYK0.400.3200.02
HSL228.6º92.59%78.82%-
HSV(B)228.6º39.84%98.43%-
XYZ44.5542.2997.08-
YUV173.55171.71111.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.40%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=26.40%
G=29.72%
B=43.88%

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
Decimal1511702510.400.3200.02228.692.5978.82
Hex97AAFB282002e55d4f
Octal227252373504002345135117
Binary1001011110101010111110111010001000000101110010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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