#97BBCF

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

Shades of Regent St Blue #97BBCF

Tints of Regent St Blue #97BBCF

Color information

#97BBCF (or 0x97BBCF) is unknown color: approx Regent St Blue. HEX triplet: 97, BB and CF. RGB value is (151,187,207). Sum of RGB (Red+Green+Blue) = 151+187+207=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #97BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBCF is #684430. Grayscale: #B2B2B2. Windows color (decimal): -6833201 or 13613975. OLE color: 13613975.

HSL color Cylindrical-coordinate representation of color #97BBCF: hue angle of 201.43º degrees, saturation: 0.37, 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 #97BBCF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151187207-
CMYK0.270.1000.19
HSL201.43º36.84%70.2%-
HSV(B)201.43º27.05%81.18%-
XYZ41.846.6265.83-
YUV178.52144.07108.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.71%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=27.71%
G=34.31%
B=37.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511872070.270.1000.19201.4336.8470.2
Hex97BBCF1BA013c92546
Octal227273317331202331145106
Binary100101111011101111001111110111010010011110010011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,207); }

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

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

 a { background-color: rgb(151,187,207); }

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

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

 span { border-color: rgb(151,187,207); }

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