#96D5DA

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

Shades of Morning Glory #96D5DA

Tints of Morning Glory #96D5DA

Color information

#96D5DA (or 0x96D5DA) is unknown color: approx Morning Glory. HEX triplet: 96, D5 and DA. RGB value is (150,213,218). Sum of RGB (Red+Green+Blue) = 150+213+218=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #96D5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5DA is #692A25. Grayscale: #C2C2C2. Windows color (decimal): -6892070 or 14341526. OLE color: 14341526.

HSL color Cylindrical-coordinate representation of color #96D5DA: hue angle of 184.41º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D5DA is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150213218-
CMYK0.310.0200.15
HSL184.41º47.89%72.16%-
HSV(B)184.41º31.19%85.49%-
XYZ49.0359.1375.16-
YUV194.73141.1396.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.82%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=25.82%
G=36.66%
B=37.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502132180.310.0200.15184.4147.8972.16
Hex96D5DA1F20Fb83048
Octal22632533237201727060110
Binary100101101101010111011010111111001111101110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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