Html Css Color HEX #96D9DC Morning Glory

📋 copy color: '#96D9DC'

red 150 ◦ green 217 ◦ blue 220

#96D9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #96D9DC

Tints of Morning Glory #96D9DC

RGB

 RED value IS 150 (58.98% from 255) = 25.55%

 GREEN value IS 217 (85.16% from 255) = 36.97%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 25.55%
G = 36.97%
B = 37.48%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96D9DC (or 0x96D9DC) is known color: Morning Glory. HEX triplet: 96, D9 and DC. RGB value is (150,217,220). Sum of RGB (Red+Green+Blue) = 150+217+220=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #96D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9DC is #692623. Grayscale: #C5C5C5. Windows color (decimal): -6891044 or 14473622. OLE color: 14473622.

HSL color Cylindrical-coordinate representation of color #96D9DC: hue angle of 182.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D9DC is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 217 220 -
CMYK 0.32 0.01 0 0.14
HSL 182.57º 0.5% 0.73% -
HSV(B) 182.57º 0.32% 0.86% -
XYZ 50.31 61.28 76.89 -
YUV 197.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 150 217 220 0.32 0.01 0 0.14 182.57 0.5 0.73
Hex 96 D9 DC 20 1 0 E B7 32 49
Octal 226 331 334 40 1 0 16 267 62 111
Binary 10010110 11011001 11011100 100000 1 0 1110 10110111 110010 1001001

Color Harmonies of #96D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9DC

Black with #96D9DC

Text Example


Text Example

White with #96D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96D9DC;
 }
 .AnyTagClassName
 {
   color: #96D9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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