#97C7DC

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

Shades of Regent St Blue #97C7DC

Tints of Regent St Blue #97C7DC

Color information

#97C7DC (or 0x97C7DC) is unknown color: approx Regent St Blue. HEX triplet: 97, C7 and DC. RGB value is (151,199,220). Sum of RGB (Red+Green+Blue) = 151+199+220=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #97C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C7DC is #683823. Grayscale: #BABABA. Windows color (decimal): -6830116 or 14469015. OLE color: 14469015.

HSL color Cylindrical-coordinate representation of color #97C7DC: hue angle of 198.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97C7DC is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151199220-
CMYK0.310.1000.14
HSL198.26º49.64%72.75%-
HSV(B)198.26º31.36%86.27%-
XYZ46.152.5975.43-
YUV187.04146.6102.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=26.49%
G=34.91%
B=38.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511992200.310.1000.14198.2649.6472.75
Hex97C7DC1FA0Ec63249
Octal227307334371201630662111
Binary10010111110001111101110011111101001110110001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,199,220); }

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

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

 a { background-color: rgb(151,199,220); }

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

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

 span { border-color: rgb(151,199,220); }

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