#97BED5

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

Shades of Regent St Blue #97BED5

Tints of Regent St Blue #97BED5

Color information

#97BED5 (or 0x97BED5) is unknown color: approx Regent St Blue. HEX triplet: 97, BE and D5. RGB value is (151,190,213). Sum of RGB (Red+Green+Blue) = 151+190+213=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #97BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BED5 is #68412A. Grayscale: #B4B4B4. Windows color (decimal): -6832427 or 14007959. OLE color: 14007959.

HSL color Cylindrical-coordinate representation of color #97BED5: hue angle of 202.26º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97BED5 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151190213-
CMYK0.290.1100.16
HSL202.26º42.47%71.37%-
HSV(B)202.26º29.11%83.53%-
XYZ43.1948.2169.98-
YUV180.96146.08106.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.26%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=27.26%
G=34.30%
B=38.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511902130.290.1100.16202.2642.4771.37
Hex97BED51DB010ca2a47
Octal227276325351302031252107
Binary100101111011111011010101111011011010000110010101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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