#97B5FB

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

Shades of Perano #97B5FB

Tints of Perano #97B5FB

Color information

#97B5FB (or 0x97B5FB) is unknown color: approx Perano. HEX triplet: 97, B5 and FB. RGB value is (151,181,251). Sum of RGB (Red+Green+Blue) = 151+181+251=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #97B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B5FB is #684A04. Grayscale: #B3B3B3. Windows color (decimal): -6834693 or 16496023. OLE color: 16496023.

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

Color convert

RGB151181251-
CMYK0.400.2800.02
HSL222º92.59%78.82%-
HSV(B)222º39.84%98.43%-
XYZ46.746.5997.8-
YUV180.01168.06107.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 181 (71.09% from 255) = 31.05%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=25.90%
G=31.05%
B=43.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511812510.400.2800.0222292.5978.82
Hex97B5FB281C02de5d4f
Octal227265373503402336135117
Binary100101111011010111111011101000111000101101111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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