#97B8FA

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

Shades of Perano #97B8FA

Tints of Perano #97B8FA

Color information

#97B8FA (or 0x97B8FA) is unknown color: approx Perano. HEX triplet: 97, B8 and FA. RGB value is (151,184,250). Sum of RGB (Red+Green+Blue) = 151+184+250=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #97B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B8FA is #684705. Grayscale: #B5B5B5. Windows color (decimal): -6833926 or 16431255. OLE color: 16431255.

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

Color convert

RGB151184250-
CMYK0.400.2600.02
HSL220º90.83%78.63%-
HSV(B)220º39.6%98.04%-
XYZ47.1647.7697.18-
YUV181.66166.57106.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.81%
GREEN value IS 184 (72.27% from 255) = 31.45%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=25.81%
G=31.45%
B=42.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511842500.400.2600.0222090.8378.63
Hex97B8FA281A02dc5b4f
Octal227270372503202334133117
Binary100101111011100011111010101000110100101101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,184,250); }

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

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

 a { background-color: rgb(151,184,250); }

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

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

 span { border-color: rgb(151,184,250); }

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