#97CBD0

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

Shades of Morning Glory #97CBD0

Tints of Morning Glory #97CBD0

Color information

#97CBD0 (or 0x97CBD0) is unknown color: approx Morning Glory. HEX triplet: 97, CB and D0. RGB value is (151,203,208). Sum of RGB (Red+Green+Blue) = 151+203+208=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #97CBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBD0 is #68342F. Grayscale: #BBBBBB. Windows color (decimal): -6829104 or 13683607. OLE color: 13683607.

HSL color Cylindrical-coordinate representation of color #97CBD0: hue angle of 185.26º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CBD0 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151203208-
CMYK0.270.0200.18
HSL185.26º37.75%70.39%-
HSV(B)185.26º27.4%81.57%-
XYZ45.553.8567.67-
YUV188.02139.27101.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.87%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=26.87%
G=36.12%
B=37.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512032080.270.0200.18185.2637.7570.39
Hex97CBD01B2012b92646
Octal22731332033202227146106
Binary1001011111001011110100001101110010010101110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,203,208); }

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

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

 a { background-color: rgb(151,203,208); }

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

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

 span { border-color: rgb(151,203,208); }

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