#97BDD7

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

Shades of Regent St Blue #97BDD7

Tints of Regent St Blue #97BDD7

Color information

#97BDD7 (or 0x97BDD7) is unknown color: approx Regent St Blue. HEX triplet: 97, BD and D7. RGB value is (151,189,215). Sum of RGB (Red+Green+Blue) = 151+189+215=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #97BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDD7 is #684228. Grayscale: #B4B4B4. Windows color (decimal): -6832681 or 14138775. OLE color: 14138775.

HSL color Cylindrical-coordinate representation of color #97BDD7: hue angle of 204.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97BDD7 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151189215-
CMYK0.300.1200.16
HSL204.38º44.44%71.76%-
HSV(B)204.38º29.77%84.31%-
XYZ43.2347.8871.25-
YUV180.6147.41106.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 215 (84.38% from 255) = 38.74%
R=27.21%
G=34.05%
B=38.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511892150.300.1200.16204.3844.4471.76
Hex97BDD71EC010cc2c48
Octal227275327361402031454110
Binary100101111011110111010111111101100010000110011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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