Html Css Color HEX #97D2DC Regent St Blue

📋 copy color: '#97D2DC'

red 151 ◦ green 210 ◦ blue 220

#97D2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #97D2DC

Tints of Regent St Blue #97D2DC

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 value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97D2DC (or 0x97D2DC) is known color: 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

RGB 151 210 220 -
CMYK 0.31 0.05 0 0.14
HSL 188.7º 0.5% 0.73% -
HSV(B) 188.7º 0.31% 0.86% -
XYZ 48.73 57.84 76.31 -
YUV 193.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 151 210 220 0.31 0.05 0 0.14 188.7 0.5 0.73
Hex 97 D2 DC 1F 5 0 E BD 32 49
Octal 227 322 334 37 5 0 16 275 62 111
Binary 10010111 11010010 11011100 11111 101 0 1110 10111101 110010 1001001

Color Harmonies of #97D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D2DC

Black with #97D2DC

Text Example


Text Example

White with #97D2DC

Text Example


Text Example

HTML Codes & Css Web 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>