#97B8C1

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

Shades of Botticelli #97B8C1

Tints of Botticelli #97B8C1

Color information

#97B8C1 (or 0x97B8C1) is unknown color: approx Botticelli. HEX triplet: 97, B8 and C1. RGB value is (151,184,193). Sum of RGB (Red+Green+Blue) = 151+184+193=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #97B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B8C1 is #68473E. Grayscale: #AFAFAF. Windows color (decimal): -6833983 or 12695703. OLE color: 12695703.

HSL color Cylindrical-coordinate representation of color #97B8C1: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97B8C1 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151184193-
CMYK0.220.0500.24
HSL192.86º25.3%67.45%-
HSV(B)192.86º21.76%75.69%-
XYZ39.5344.7157-
YUV175.16138.07110.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=28.60%
G=34.85%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511841930.220.0500.24192.8625.367.45
Hex97B8C1165018c11943
Octal22727030126503030131103
Binary1001011110111000110000011011010101100011000001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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