#97BDCF

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

Shades of Regent St Blue #97BDCF

Tints of Regent St Blue #97BDCF

Color information

#97BDCF (or 0x97BDCF) is unknown color: approx Regent St Blue. HEX triplet: 97, BD and CF. RGB value is (151,189,207). Sum of RGB (Red+Green+Blue) = 151+189+207=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #97BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDCF is #684230. Grayscale: #B3B3B3. Windows color (decimal): -6832689 or 13614487. OLE color: 13614487.

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

Color convert

RGB151189207-
CMYK0.270.0900.19
HSL199.29º36.84%70.2%-
HSV(B)199.29º27.05%81.18%-
XYZ42.2247.4865.97-
YUV179.69143.41107.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.61%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=27.61%
G=34.55%
B=37.84%

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
Decimal1511892070.270.0900.19199.2936.8470.2
Hex97BDCF1B9013c72546
Octal227275317331102330745106
Binary100101111011110111001111110111001010011110001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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