#97BECA

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

Shades of Regent St Blue #97BECA

Tints of Regent St Blue #97BECA

Color information

#97BECA (or 0x97BECA) is unknown color: approx Regent St Blue. HEX triplet: 97, BE and CA. RGB value is (151,190,202). Sum of RGB (Red+Green+Blue) = 151+190+202=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #97BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BECA is #684135. Grayscale: #B3B3B3. Windows color (decimal): -6832438 or 13287063. OLE color: 13287063.

HSL color Cylindrical-coordinate representation of color #97BECA: hue angle of 194.12º 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 #97BECA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151190202-
CMYK0.250.0600.21
HSL194.12º32.48%69.22%-
HSV(B)194.12º25.25%79.22%-
XYZ41.8447.6762.87-
YUV179.71140.58107.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.81%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=27.81%
G=34.99%
B=37.20%

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
Decimal1511902020.250.0600.21194.1232.4869.22
Hex97BECA196015c22045
Octal22727631231602530240105
Binary10010111101111101100101011001110010101110000101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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