#97D2DC

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

Shades of Regent St Blue #97D2DC

Tints of Regent St Blue #97D2DC

Color information

#97D2DC (or 0x97D2DC) is unknown color: approx Regent St Blue. HEX triplet: 97, D2 and DC. RGB value is (151,210,220). Sum of RGB (Red+Green+Blue) = 151+210+220=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #97D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D2DC is #682D23. Grayscale: #C1C1C1. Windows color (decimal): -6827300 or 14471831. OLE color: 14471831.

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

Color convert

RGB151210220-
CMYK0.310.0500.14
HSL188.7º49.64%72.75%-
HSV(B)188.7º31.36%86.27%-
XYZ48.7357.8476.31-
YUV193.5142.9597.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.99%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=25.99%
G=36.14%
B=37.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512102200.310.0500.14188.749.6472.75
Hex97D2DC1F50Ebd3249
Octal22732233437501627562111
Binary1001011111010010110111001111110101110101111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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