#96D4DA

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

Shades of Morning Glory #96D4DA

Tints of Morning Glory #96D4DA

Color information

#96D4DA (or 0x96D4DA) is unknown color: approx Morning Glory. HEX triplet: 96, D4 and DA. RGB value is (150,212,218). Sum of RGB (Red+Green+Blue) = 150+212+218=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #96D4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D4DA is #692B25. Grayscale: #C2C2C2. Windows color (decimal): -6892326 or 14341270. OLE color: 14341270.

HSL color Cylindrical-coordinate representation of color #96D4DA: hue angle of 185.29º 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 #96D4DA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150212218-
CMYK0.310.0300.15
HSL185.29º47.89%72.16%-
HSV(B)185.29º31.19%85.49%-
XYZ48.7858.6375.08-
YUV194.15141.4696.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.86%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=25.86%
G=36.55%
B=37.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502122180.310.0300.15185.2947.8972.16
Hex96D4DA1F30Fb93048
Octal22632433237301727160110
Binary100101101101010011011010111111101111101110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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