Html Css Color HEX #97D2DB Regent St Blue

📋 copy color: '#97D2DB'

red 151 ◦ green 210 ◦ blue 219

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

Shades of Regent St Blue #97D2DB

Tints of Regent St Blue #97D2DB

RGB

 RED value IS 151 (59.38% from 255) = 26.03%

 GREEN value IS 210 (82.42% from 255) = 36.21%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 26.03%
G = 36.21%
B = 37.76%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97D2DB (or 0x97D2DB) is known color: Regent St Blue. HEX triplet: 97, D2 and DB. RGB value is (151,210,219). Sum of RGB (Red+Green+Blue) = 151+210+219=580 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.03% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #97D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D2DB is #682D24. Grayscale: #C1C1C1. Windows color (decimal): -6827301 or 14406295. OLE color: 14406295.

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

Color convert

RGB 151 210 219 -
CMYK 0.31 0.04 0 0.14
HSL 187.94º 0.49% 0.73% -
HSV(B) 187.94º 0.31% 0.86% -
XYZ 48.6 57.79 75.61 -
YUV 193.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 151 210 219 0.31 0.04 0 0.14 187.94 0.49 0.73
Hex 97 D2 DB 1F 4 0 E BC 31 49
Octal 227 322 333 37 4 0 16 274 61 111
Binary 10010111 11010010 11011011 11111 100 0 1110 10111100 110001 1001001

Color Harmonies of #97D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D2DB

Black with #97D2DB

Text Example


Text Example

White with #97D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97D2DB;
 }
 .AnyTagClassName
 {
   color: #97D2DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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