#97BDCA

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

Shades of Regent St Blue #97BDCA

Tints of Regent St Blue #97BDCA

Color information

#97BDCA (or 0x97BDCA) is unknown color: approx Regent St Blue. HEX triplet: 97, BD and CA. RGB value is (151,189,202). Sum of RGB (Red+Green+Blue) = 151+189+202=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #97BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDCA is #684235. Grayscale: #B3B3B3. Windows color (decimal): -6832694 or 13286807. OLE color: 13286807.

HSL color Cylindrical-coordinate representation of color #97BDCA: hue angle of 195.29º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97BDCA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151189202-
CMYK0.250.0600.21
HSL195.29º32.48%69.22%-
HSV(B)195.29º25.25%79.22%-
XYZ41.6247.2462.8-
YUV179.12140.91107.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.86%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=27.86%
G=34.87%
B=37.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511892020.250.0600.21195.2932.4869.22
Hex97BDCA196015c32045
Octal22727531231602530340105
Binary10010111101111011100101011001110010101110000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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