#96D5CF

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

Shades of Morning Glory #96D5CF

Tints of Morning Glory #96D5CF

Color information

#96D5CF (or 0x96D5CF) is unknown color: approx Morning Glory. HEX triplet: 96, D5 and CF. RGB value is (150,213,207). Sum of RGB (Red+Green+Blue) = 150+213+207=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5CF is #692A30. Grayscale: #C1C1C1. Windows color (decimal): -6892081 or 13620630. OLE color: 13620630.

HSL color Cylindrical-coordinate representation of color #96D5CF: hue angle of 174.29º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D5CF is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB150213207-
CMYK0.3000.030.16
HSL174.29º42.86%71.18%-
HSV(B)174.29º29.58%83.53%-
XYZ47.6358.5867.83-
YUV193.48135.6396.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.32%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=26.32%
G=37.37%
B=36.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502132070.3000.030.16174.2942.8671.18
Hex96D5CF1E0310ae2b47
Octal22632531736032025653107
Binary1001011011010101110011111111001110000101011101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,213,207); }

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

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

 a { background-color: rgb(150,213,207); }

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

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

 span { border-color: rgb(150,213,207); }

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