#97CBCA

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

Shades of Morning Glory #97CBCA

Tints of Morning Glory #97CBCA

Color information

#97CBCA (or 0x97CBCA) is unknown color: approx Morning Glory. HEX triplet: 97, CB and CA. RGB value is (151,203,202). Sum of RGB (Red+Green+Blue) = 151+203+202=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBCA is #683435. Grayscale: #BBBBBB. Windows color (decimal): -6829110 or 13290391. OLE color: 13290391.

HSL color Cylindrical-coordinate representation of color #97CBCA: hue angle of 178.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CBCA is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB151203202-
CMYK0.2600.000.20
HSL178.85º33.33%69.41%-
HSV(B)178.85º25.62%79.61%-
XYZ44.7853.5663.85-
YUV187.34136.27102.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.16%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=27.16%
G=36.51%
B=36.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512032020.2600.000.20178.8533.3369.41
Hex97CBCA1A0014b32145
Octal22731331232002426341105
Binary100101111100101111001010110100010100101100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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