#97C8DC

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

Shades of Regent St Blue #97C8DC

Tints of Regent St Blue #97C8DC

Color information

#97C8DC (or 0x97C8DC) is unknown color: approx Regent St Blue. HEX triplet: 97, C8 and DC. RGB value is (151,200,220). Sum of RGB (Red+Green+Blue) = 151+200+220=571 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.44% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #97C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C8DC is #683723. Grayscale: #BBBBBB. Windows color (decimal): -6829860 or 14469271. OLE color: 14469271.

HSL color Cylindrical-coordinate representation of color #97C8DC: hue angle of 197.39º 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 #97C8DC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151200220-
CMYK0.310.0900.14
HSL197.39º49.64%72.75%-
HSV(B)197.39º31.36%86.27%-
XYZ46.3453.0675.51-
YUV187.63146.27101.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.44%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=26.44%
G=35.03%
B=38.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512002200.310.0900.14197.3949.6472.75
Hex97C8DC1F90Ec53249
Octal227310334371101630562111
Binary10010111110010001101110011111100101110110001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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