#97CAD7

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

Shades of Regent St Blue #97CAD7

Tints of Regent St Blue #97CAD7

Color information

#97CAD7 (or 0x97CAD7) is unknown color: approx Regent St Blue. HEX triplet: 97, CA and D7. RGB value is (151,202,215). Sum of RGB (Red+Green+Blue) = 151+202+215=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #97CAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CAD7 is #683528. Grayscale: #BCBCBC. Windows color (decimal): -6829353 or 14142103. OLE color: 14142103.

HSL color Cylindrical-coordinate representation of color #97CAD7: hue angle of 192.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97CAD7 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151202215-
CMYK0.300.0600.16
HSL192.19º44.44%71.76%-
HSV(B)192.19º29.77%84.31%-
XYZ46.1553.7372.23-
YUV188.23143.1101.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.58%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=26.58%
G=35.56%
B=37.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512022150.300.0600.16192.1944.4471.76
Hex97CAD71E6010c02c48
Octal22731232736602030054110
Binary10010111110010101101011111110110010000110000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,215); }

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

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

 a { background-color: rgb(151,202,215); }

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

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

 span { border-color: rgb(151,202,215); }

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