Html Css Color HEX #97D8DC Morning Glory

📋 copy color: '#97D8DC'

red 151 ◦ green 216 ◦ blue 220

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

Shades of Morning Glory #97D8DC

Tints of Morning Glory #97D8DC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.8%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 25.72%
G = 36.8%
B = 37.48%

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

#97D8DC (or 0x97D8DC) is known color: Morning Glory. HEX triplet: 97, D8 and DC. RGB value is (151,216,220). Sum of RGB (Red+Green+Blue) = 151+216+220=587 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.72% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #97D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D8DC is #682723. Grayscale: #C4C4C4. Windows color (decimal): -6825764 or 14473367. OLE color: 14473367.

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

Color convert

RGB 151 216 220 -
CMYK 0.31 0.02 0 0.14
HSL 183.48º 0.5% 0.73% -
HSV(B) 183.48º 0.31% 0.86% -
XYZ 50.24 60.86 76.81 -
YUV 197.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 151 216 220 0.31 0.02 0 0.14 183.48 0.5 0.73
Hex 97 D8 DC 1F 2 0 E B7 32 49
Octal 227 330 334 37 2 0 16 267 62 111
Binary 10010111 11011000 11011100 11111 10 0 1110 10110111 110010 1001001

Color Harmonies of #97D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D8DC

Black with #97D8DC

Text Example


Text Example

White with #97D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,216,220); }

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

background-color css

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

 a { background-color: rgb(151,216,220); }

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

border-color css

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

 span { border-color: rgb(151,216,220); }

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