#97BCCE

Color #97BCCE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #97BCCE

Tints of Regent St Blue #97BCCE

Color information

#97BCCE (or 0x97BCCE) is unknown color: approx Regent St Blue. HEX triplet: 97, BC and CE. RGB value is (151,188,206). Sum of RGB (Red+Green+Blue) = 151+188+206=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #97BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCCE is #684331. Grayscale: #B2B2B2. Windows color (decimal): -6832946 or 13548695. OLE color: 13548695.

HSL color Cylindrical-coordinate representation of color #97BCCE: hue angle of 199.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97BCCE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151188206-
CMYK0.270.0900.19
HSL199.64º35.95%70%-
HSV(B)199.64º26.7%80.78%-
XYZ41.894765.26-
YUV178.99143.24108.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.71%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=27.71%
G=34.50%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511882060.270.0900.19199.6435.9570
Hex97BCCE1B9013c82446
Octal227274316331102331044106
Binary100101111011110011001110110111001010011110010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,188,206); }

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

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

 a { background-color: rgb(151,188,206); }

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

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

 span { border-color: rgb(151,188,206); }

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