Html Css Color HEX #97C5DB Regent St Blue

📋 copy color: '#97C5DB'

red 151 ◦ green 197 ◦ blue 219

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

Shades of Regent St Blue #97C5DB

Tints of Regent St Blue #97C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

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

R = 26.63%
G = 34.74%
B = 38.62%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97C5DB (or 0x97C5DB) is known color: Regent St Blue. HEX triplet: 97, C5 and DB. RGB value is (151,197,219). Sum of RGB (Red+Green+Blue) = 151+197+219=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #97C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C5DB is #683A24. Grayscale: #B9B9B9. Windows color (decimal): -6830629 or 14402967. OLE color: 14402967.

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

Color convert

RGB 151 197 219 -
CMYK 0.31 0.10 0 0.14
HSL 199.41º 0.49% 0.73% -
HSV(B) 199.41º 0.31% 0.86% -
XYZ 45.51 51.63 74.58 -
YUV 185.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 151 197 219 0.31 0.10 0 0.14 199.41 0.49 0.73
Hex 97 C5 DB 1F A 0 E C7 31 49
Octal 227 305 333 37 12 0 16 307 61 111
Binary 10010111 11000101 11011011 11111 1010 0 1110 11000111 110001 1001001

Color Harmonies of #97C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C5DB

Black with #97C5DB

Text Example


Text Example

White with #97C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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