Html Css Color HEX #97D7DB Morning Glory

📋 copy color: '#97D7DB'

red 151 ◦ green 215 ◦ blue 219

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

Shades of Morning Glory #97D7DB

Tints of Morning Glory #97D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

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

R = 25.81%
G = 36.75%
B = 37.44%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97D7DB (or 0x97D7DB) is known color: Morning Glory. HEX triplet: 97, D7 and DB. RGB value is (151,215,219). Sum of RGB (Red+Green+Blue) = 151+215+219=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #97D7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7DB is #682824. Grayscale: #C4C4C4. Windows color (decimal): -6826021 or 14407575. OLE color: 14407575.

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

Color convert

RGB 151 215 219 -
CMYK 0.31 0.02 0 0.14
HSL 183.53º 0.49% 0.73% -
HSV(B) 183.53º 0.31% 0.86% -
XYZ 49.85 60.29 76.03 -
YUV 196.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 151 215 219 0.31 0.02 0 0.14 183.53 0.49 0.73
Hex 97 D7 DB 1F 2 0 E B8 31 49
Octal 227 327 333 37 2 0 16 270 61 111
Binary 10010111 11010111 11011011 11111 10 0 1110 10111000 110001 1001001

Color Harmonies of #97D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D7DB

Black with #97D7DB

Text Example


Text Example

White with #97D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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