#97C4D0

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

Shades of Regent St Blue #97C4D0

Tints of Regent St Blue #97C4D0

Color information

#97C4D0 (or 0x97C4D0) is unknown color: approx Regent St Blue. HEX triplet: 97, C4 and D0. RGB value is (151,196,208). Sum of RGB (Red+Green+Blue) = 151+196+208=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #97C4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C4D0 is #683B2F. Grayscale: #B7B7B7. Windows color (decimal): -6830896 or 13681815. OLE color: 13681815.

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

Color convert

RGB151196208-
CMYK0.270.0600.18
HSL192.63º37.75%70.39%-
HSV(B)192.63º27.4%81.57%-
XYZ43.8950.6167.13-
YUV183.91141.59104.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=27.21%
G=35.32%
B=37.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511962080.270.0600.18192.6337.7570.39
Hex97C4D01B6012c12646
Octal22730432033602230146106
Binary10010111110001001101000011011110010010110000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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