#97D3DC

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

Shades of Regent St Blue #97D3DC

Tints of Regent St Blue #97D3DC

Color information

#97D3DC (or 0x97D3DC) is unknown color: approx Regent St Blue. HEX triplet: 97, D3 and DC. RGB value is (151,211,220). Sum of RGB (Red+Green+Blue) = 151+211+220=582 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.95% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #97D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D3DC is #682C23. Grayscale: #C1C1C1. Windows color (decimal): -6827044 or 14472087. OLE color: 14472087.

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

Color convert

RGB151211220-
CMYK0.310.0400.14
HSL187.83º49.64%72.75%-
HSV(B)187.83º31.36%86.27%-
XYZ48.9858.3476.39-
YUV194.09142.6297.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.95%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=25.95%
G=36.25%
B=37.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512112200.310.0400.14187.8349.6472.75
Hex97D3DC1F40Ebc3249
Octal22732333437401627462111
Binary1001011111010011110111001111110001110101111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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