#96DCDF

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

Shades of Morning Glory #96DCDF

Tints of Morning Glory #96DCDF

Color information

#96DCDF (or 0x96DCDF) is unknown color: approx Morning Glory. HEX triplet: 96, DC and DF. RGB value is (150,220,223). Sum of RGB (Red+Green+Blue) = 150+220+223=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCDF is #692320. Grayscale: #C7C7C7. Windows color (decimal): -6890273 or 14670998. OLE color: 14670998.

HSL color Cylindrical-coordinate representation of color #96DCDF: hue angle of 182.47º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DCDF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150220223-
CMYK0.330.0100.13
HSL182.47º53.28%73.14%-
HSV(B)182.47º32.74%87.45%-
XYZ51.496379.26-
YUV199.41141.3192.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.30%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=25.30%
G=37.10%
B=37.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502202230.330.0100.13182.4753.2873.14
Hex96DCDF2110Db63549
Octal22633433741101526665111
Binary100101101101110011011111100001101101101101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,223); }

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

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

 a { background-color: rgb(150,220,223); }

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

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

 span { border-color: rgb(150,220,223); }

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