Html Css Color HEX #97C8DB Regent St Blue

📋 copy color: '#97C8DB'

red 151 ◦ green 200 ◦ blue 219

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

Shades of Regent St Blue #97C8DB

Tints of Regent St Blue #97C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

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

R = 26.49%
G = 35.09%
B = 38.42%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97C8DB (or 0x97C8DB) is known color: Regent St Blue. HEX triplet: 97, C8 and DB. RGB value is (151,200,219). Sum of RGB (Red+Green+Blue) = 151+200+219=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #97C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C8DB is #683724. Grayscale: #BBBBBB. Windows color (decimal): -6829861 or 14403735. OLE color: 14403735.

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

Color convert

RGB 151 200 219 -
CMYK 0.31 0.09 0 0.14
HSL 196.76º 0.49% 0.73% -
HSV(B) 196.76º 0.31% 0.86% -
XYZ 46.2 53 74.81 -
YUV 187.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 151 200 219 0.31 0.09 0 0.14 196.76 0.49 0.73
Hex 97 C8 DB 1F 9 0 E C5 31 49
Octal 227 310 333 37 11 0 16 305 61 111
Binary 10010111 11001000 11011011 11111 1001 0 1110 11000101 110001 1001001

Color Harmonies of #97C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C8DB

Black with #97C8DB

Text Example


Text Example

White with #97C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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