#97B8F8

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

Shades of Perano #97B8F8

Tints of Perano #97B8F8

Color information

#97B8F8 (or 0x97B8F8) is unknown color: approx Perano. HEX triplet: 97, B8 and F8. RGB value is (151,184,248). Sum of RGB (Red+Green+Blue) = 151+184+248=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #97B8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B8F8 is #684707. Grayscale: #B5B5B5. Windows color (decimal): -6833928 or 16300183. OLE color: 16300183.

HSL color Cylindrical-coordinate representation of color #97B8F8: hue angle of 219.59º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97B8F8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB151184248-
CMYK0.390.2600.03
HSL219.59º87.39%78.24%-
HSV(B)219.59º39.11%97.25%-
XYZ46.8547.6495.53-
YUV181.43165.57106.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=25.90%
G=31.56%
B=42.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511842480.390.2600.03219.5987.3978.24
Hex97B8F8271A03dc574e
Octal227270370473203334127116
Binary100101111011100011111000100111110100111101110010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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