#97BFC8

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

Shades of Regent St Blue #97BFC8

Tints of Regent St Blue #97BFC8

Color information

#97BFC8 (or 0x97BFC8) is unknown color: approx Regent St Blue. HEX triplet: 97, BF and C8. RGB value is (151,191,200). Sum of RGB (Red+Green+Blue) = 151+191+200=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 200 - color contains mainly: blue. Hex color #97BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFC8 is #684037. Grayscale: #B3B3B3. Windows color (decimal): -6832184 or 13156247. OLE color: 13156247.

HSL color Cylindrical-coordinate representation of color #97BFC8: hue angle of 191.02º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97BFC8 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB151191200-
CMYK0.240.0400.22
HSL191.02º30.82%68.82%-
HSV(B)191.02º24.5%78.43%-
XYZ41.8248.0161.71-
YUV180.07139.25107.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.86%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 200 (78.52% from 255) = 36.90%
R=27.86%
G=35.24%
B=36.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511912000.240.0400.22191.0230.8268.82
Hex97BFC8184016bf1f45
Octal22727731030402627737105
Binary1001011110111111110010001100010001011010111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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