#97B3FB

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

Shades of Perano #97B3FB

Tints of Perano #97B3FB

Color information

#97B3FB (or 0x97B3FB) is unknown color: approx Perano. HEX triplet: 97, B3 and FB. RGB value is (151,179,251). Sum of RGB (Red+Green+Blue) = 151+179+251=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #97B3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B3FB is #684C04. Grayscale: #B2B2B2. Windows color (decimal): -6835205 or 16495511. OLE color: 16495511.

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

Color convert

RGB151179251-
CMYK0.400.2900.02
HSL223.2º92.59%78.82%-
HSV(B)223.2º39.84%98.43%-
XYZ46.345.7897.66-
YUV178.84168.72108.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.99%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=25.99%
G=30.81%
B=43.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511792510.400.2900.02223.292.5978.82
Hex97B3FB281D02df5d4f
Octal227263373503502337135117
Binary100101111011001111111011101000111010101101111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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