Html Css Color HEX #97DCD6 Morning Glory

📋 copy color: '#97DCD6'

red 151 ◦ green 220 ◦ blue 214

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

Shades of Morning Glory #97DCD6

Tints of Morning Glory #97DCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

 BLUE value IS 214 (83.98% from 255) = 36.58%

R = 25.81%
G = 37.61%
B = 36.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#97DCD6 (or 0x97DCD6) is known color: Morning Glory. HEX triplet: 97, DC and D6. RGB value is (151,220,214). Sum of RGB (Red+Green+Blue) = 151+220+214=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCD6 is #682329. Grayscale: #C6C6C6. Windows color (decimal): -6824746 or 14081175. OLE color: 14081175.

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

Color convert

RGB 151 220 214 -
CMYK 0.31 0 0.03 0.14
HSL 174.78º 0.5% 0.73% -
HSV(B) 174.78º 0.31% 0.86% -
XYZ 50.49 62.62 73.04 -
YUV 198.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 151 220 214 0.31 0 0.03 0.14 174.78 0.5 0.73
Hex 97 DC D6 1F 0 3 E AF 32 49
Octal 227 334 326 37 0 3 16 257 62 111
Binary 10010111 11011100 11010110 11111 0 11 1110 10101111 110010 1001001

Color Harmonies of #97DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DCD6

Black with #97DCD6

Text Example


Text Example

White with #97DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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