#97BFCD

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

Shades of Regent St Blue #97BFCD

Tints of Regent St Blue #97BFCD

Color information

#97BFCD (or 0x97BFCD) is unknown color: approx Regent St Blue. HEX triplet: 97, BF and CD. RGB value is (151,191,205). Sum of RGB (Red+Green+Blue) = 151+191+205=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #97BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFCD is #684032. Grayscale: #B4B4B4. Windows color (decimal): -6832179 or 13483927. OLE color: 13483927.

HSL color Cylindrical-coordinate representation of color #97BFCD: hue angle of 195.56º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97BFCD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151191205-
CMYK0.260.0700.20
HSL195.56º35.06%69.8%-
HSV(B)195.56º26.34%80.39%-
XYZ42.4148.2564.84-
YUV180.64141.75106.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.61%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=27.61%
G=34.92%
B=37.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511912050.260.0700.20195.5635.0669.8
Hex97BFCD1A7014c42346
Octal22727731532702430443106
Binary10010111101111111100110111010111010100110001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,205); }

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

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

 a { background-color: rgb(151,191,205); }

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

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

 span { border-color: rgb(151,191,205); }

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