#97BECD

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

Shades of Regent St Blue #97BECD

Tints of Regent St Blue #97BECD

Color information

#97BECD (or 0x97BECD) is unknown color: approx Regent St Blue. HEX triplet: 97, BE and CD. RGB value is (151,190,205). Sum of RGB (Red+Green+Blue) = 151+190+205=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #97BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BECD is #684132. Grayscale: #B3B3B3. Windows color (decimal): -6832435 or 13483671. OLE color: 13483671.

HSL color Cylindrical-coordinate representation of color #97BECD: hue angle of 196.67º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97BECD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151190205-
CMYK0.260.0700.20
HSL196.67º35.06%69.8%-
HSV(B)196.67º26.34%80.39%-
XYZ42.247.8164.76-
YUV180.05142.08107.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=27.66%
G=34.80%
B=37.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511902050.260.0700.20196.6735.0669.8
Hex97BECD1A7014c52346
Octal22727631532702430543106
Binary10010111101111101100110111010111010100110001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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