Html Css Color HEX #97D5DB Morning Glory

📋 copy color: '#97D5DB'

red 151 ◦ green 213 ◦ blue 219

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

Shades of Morning Glory #97D5DB

Tints of Morning Glory #97D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.54%

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

R = 25.9%
G = 36.54%
B = 37.56%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97D5DB (or 0x97D5DB) is known color: Morning Glory. HEX triplet: 97, D5 and DB. RGB value is (151,213,219). Sum of RGB (Red+Green+Blue) = 151+213+219=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #97D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D5DB is #682A24. Grayscale: #C3C3C3. Windows color (decimal): -6826533 or 14407063. OLE color: 14407063.

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

Color convert

RGB 151 213 219 -
CMYK 0.31 0.03 0 0.14
HSL 185.29º 0.49% 0.73% -
HSV(B) 185.29º 0.31% 0.86% -
XYZ 49.34 59.28 75.86 -
YUV 195.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 151 213 219 0.31 0.03 0 0.14 185.29 0.49 0.73
Hex 97 D5 DB 1F 3 0 E B9 31 49
Octal 227 325 333 37 3 0 16 271 61 111
Binary 10010111 11010101 11011011 11111 11 0 1110 10111001 110001 1001001

Color Harmonies of #97D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D5DB

Black with #97D5DB

Text Example


Text Example

White with #97D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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