#97B4FB

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

Shades of Perano #97B4FB

Tints of Perano #97B4FB

Color information

#97B4FB (or 0x97B4FB) is unknown color: approx Perano. HEX triplet: 97, B4 and FB. RGB value is (151,180,251). Sum of RGB (Red+Green+Blue) = 151+180+251=582 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.95% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #97B4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B4FB is #684B04. Grayscale: #B3B3B3. Windows color (decimal): -6834949 or 16495767. OLE color: 16495767.

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

Color convert

RGB151180251-
CMYK0.400.2800.02
HSL222.6º92.59%78.82%-
HSV(B)222.6º39.84%98.43%-
XYZ46.546.1997.73-
YUV179.42168.39107.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.95%
GREEN value IS 180 (70.70% from 255) = 30.93%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=25.95%
G=30.93%
B=43.13%

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
Decimal1511802510.400.2800.02222.692.5978.82
Hex97B4FB281C02df5d4f
Octal227264373503402337135117
Binary100101111011010011111011101000111000101101111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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