#97CADB

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

Shades of Regent St Blue #97CADB

Tints of Regent St Blue #97CADB

Color information

#97CADB (or 0x97CADB) is unknown color: approx Regent St Blue. HEX triplet: 97, CA and DB. RGB value is (151,202,219). Sum of RGB (Red+Green+Blue) = 151+202+219=572 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.40% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #97CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CADB is #683524. Grayscale: #BCBCBC. Windows color (decimal): -6829349 or 14404247. OLE color: 14404247.

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

Color convert

RGB151202219-
CMYK0.310.0800.14
HSL195º48.57%72.55%-
HSV(B)195º31.05%85.88%-
XYZ46.6753.9374.97-
YUV188.69145.1101.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.40%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=26.40%
G=35.31%
B=38.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512022190.310.0800.1419548.5772.55
Hex97CADB1F80Ec33149
Octal227312333371001630361111
Binary10010111110010101101101111111100001110110000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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