#97CCCA

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

Shades of Morning Glory #97CCCA

Tints of Morning Glory #97CCCA

Color information

#97CCCA (or 0x97CCCA) is unknown color: approx Morning Glory. HEX triplet: 97, CC and CA. RGB value is (151,204,202). Sum of RGB (Red+Green+Blue) = 151+204+202=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCCA is #683335. Grayscale: #BBBBBB. Windows color (decimal): -6828854 or 13290647. OLE color: 13290647.

HSL color Cylindrical-coordinate representation of color #97CCCA: hue angle of 177.74º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CCCA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB151204202-
CMYK0.2600.010.2
HSL177.74º34.19%69.61%-
HSV(B)177.74º25.98%80%-
XYZ45.0254.0363.93-
YUV187.92135.94101.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.11%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=27.11%
G=36.62%
B=36.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512042020.2600.010.2177.7434.1969.61
Hex97CCCA1A0114b22246
Octal22731431232012426242106
Binary100101111100110011001010110100110100101100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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