Html Css Color HEX #97CAC8 Morning Glory

📋 copy color: '#97CAC8'

red 151 ◦ green 202 ◦ blue 200

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

Shades of Morning Glory #97CAC8

Tints of Morning Glory #97CAC8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.53%

 BLUE value IS 200 (78.52% from 255) = 36.17%

R = 27.31%
G = 36.53%
B = 36.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#97CAC8 (or 0x97CAC8) is known color: Morning Glory. HEX triplet: 97, CA and C8. RGB value is (151,202,200). Sum of RGB (Red+Green+Blue) = 151+202+200=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #97CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CAC8 is #683537. Grayscale: #BABABA. Windows color (decimal): -6829368 or 13159063. OLE color: 13159063.

HSL color Cylindrical-coordinate representation of color #97CAC8: hue angle of 177.65º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97CAC8 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 202 200 -
CMYK 0.25 0 0.01 0.21
HSL 177.65º 0.32% 0.69% -
HSV(B) 177.65º 0.25% 0.79% -
XYZ 44.31 52.99 62.54 -
YUV 186.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 151 202 200 0.25 0 0.01 0.21 177.65 0.32 0.69
Hex 97 CA C8 19 0 1 15 B2 20 45
Octal 227 312 310 31 0 1 25 262 40 105
Binary 10010111 11001010 11001000 11001 0 1 10101 10110010 100000 1000101

Color Harmonies of #97CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CAC8

Black with #97CAC8

Text Example


Text Example

White with #97CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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