#97BED0

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

Shades of Regent St Blue #97BED0

Tints of Regent St Blue #97BED0

Color information

#97BED0 (or 0x97BED0) is unknown color: approx Regent St Blue. HEX triplet: 97, BE and D0. RGB value is (151,190,208). Sum of RGB (Red+Green+Blue) = 151+190+208=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #97BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BED0 is #68412F. Grayscale: #B4B4B4. Windows color (decimal): -6832432 or 13680279. OLE color: 13680279.

HSL color Cylindrical-coordinate representation of color #97BED0: hue angle of 198.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97BED0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151190208-
CMYK0.270.0900.18
HSL198.95º37.75%70.39%-
HSV(B)198.95º27.4%81.57%-
XYZ42.5647.9666.69-
YUV180.39143.58107.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.50%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=27.50%
G=34.61%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511902080.270.0900.18198.9537.7570.39
Hex97BED01B9012c72646
Octal227276320331102230746106
Binary100101111011111011010000110111001010010110001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,208); }

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

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

 a { background-color: rgb(151,190,208); }

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

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

 span { border-color: rgb(151,190,208); }

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