Html Css Color HEX #97C6DB Regent St Blue

📋 copy color: '#97C6DB'

red 151 ◦ green 198 ◦ blue 219

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

Shades of Regent St Blue #97C6DB

Tints of Regent St Blue #97C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.86%

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

R = 26.58%
G = 34.86%
B = 38.56%

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

#97C6DB (or 0x97C6DB) is known color: Regent St Blue. HEX triplet: 97, C6 and DB. RGB value is (151,198,219). Sum of RGB (Red+Green+Blue) = 151+198+219=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #97C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C6DB is #683924. Grayscale: #BABABA. Windows color (decimal): -6830373 or 14403223. OLE color: 14403223.

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

Color convert

RGB 151 198 219 -
CMYK 0.31 0.10 0 0.14
HSL 198.53º 0.49% 0.73% -
HSV(B) 198.53º 0.31% 0.86% -
XYZ 45.74 52.08 74.66 -
YUV 186.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 151 198 219 0.31 0.10 0 0.14 198.53 0.49 0.73
Hex 97 C6 DB 1F A 0 E C7 31 49
Octal 227 306 333 37 12 0 16 307 61 111
Binary 10010111 11000110 11011011 11111 1010 0 1110 11000111 110001 1001001

Color Harmonies of #97C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C6DB

Black with #97C6DB

Text Example


Text Example

White with #97C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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