#97CDCE

Color #97CDCE Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #97CDCE

Tints of Morning Glory #97CDCE

Color information

#97CDCE (or 0x97CDCE) is unknown color: approx Morning Glory. HEX triplet: 97, CD and CE. RGB value is (151,205,206). Sum of RGB (Red+Green+Blue) = 151+205+206=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #97CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CDCE is #683231. Grayscale: #BCBCBC. Windows color (decimal): -6828594 or 13553047. OLE color: 13553047.

HSL color Cylindrical-coordinate representation of color #97CDCE: hue angle of 181.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CDCE is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151205206-
CMYK0.270.0000.19
HSL181.09º35.95%70%-
HSV(B)181.09º26.7%80.78%-
XYZ45.7354.766.54-
YUV188.97137.61100.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.87%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=26.87%
G=36.48%
B=36.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512052060.270.0000.19181.0935.9570
Hex97CDCE1B0013b52446
Octal22731531633002326544106
Binary100101111100110111001110110110010011101101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,205,206); }

 H1.HeaderClassName
 {
   color: #97CDCE;
 }
 .AnyTagClassName
 {
   color: #97CDCE;
 }
</style>
background-color css

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

 a { background-color: rgb(151,205,206); }

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

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

 span { border-color: rgb(151,205,206); }

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