#96CDC7

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

Shades of Morning Glory #96CDC7

Tints of Morning Glory #96CDC7

Color information

#96CDC7 (or 0x96CDC7) is unknown color: approx Morning Glory. HEX triplet: 96, CD and C7. RGB value is (150,205,199). Sum of RGB (Red+Green+Blue) = 150+205+199=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDC7 is #693238. Grayscale: #BBBBBB. Windows color (decimal): -6894137 or 13094294. OLE color: 13094294.

HSL color Cylindrical-coordinate representation of color #96CDC7: hue angle of 173.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDC7 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB150205199-
CMYK0.2700.030.20
HSL173.45º35.48%69.61%-
HSV(B)173.45º26.83%80.39%-
XYZ44.7254.2762.15-
YUV187.87134.28100.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=27.08%
G=37.00%
B=35.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051990.2700.030.20173.4535.4869.61
Hex96CDC71B0314ad2346
Octal22631530733032425543106
Binary1001011011001101110001111101101110100101011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CDC7; }

 p { color: rgb(150,205,199); }

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

<style>
 a { background-color: #96CDC7; }

 a { background-color: rgb(150,205,199); }

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

<style>
 span { border-color: #96CDC7; }

 span { border-color: rgb(150,205,199); }

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