#97C3D0

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

Shades of Regent St Blue #97C3D0

Tints of Regent St Blue #97C3D0

Color information

#97C3D0 (or 0x97C3D0) is unknown color: approx Regent St Blue. HEX triplet: 97, C3 and D0. RGB value is (151,195,208). Sum of RGB (Red+Green+Blue) = 151+195+208=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #97C3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C3D0 is #683C2F. Grayscale: #B7B7B7. Windows color (decimal): -6831152 or 13681559. OLE color: 13681559.

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

Color convert

RGB151195208-
CMYK0.270.0600.18
HSL193.68º37.75%70.39%-
HSV(B)193.68º27.4%81.57%-
XYZ43.6650.1667.06-
YUV183.33141.92104.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.26%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=27.26%
G=35.20%
B=37.55%

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
Decimal1511952080.270.0600.18193.6837.7570.39
Hex97C3D01B6012c22646
Octal22730332033602230246106
Binary10010111110000111101000011011110010010110000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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