Html Css Color HEX #96D7DC Morning Glory

📋 copy color: '#96D7DC'

red 150 ◦ green 215 ◦ blue 220

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

Shades of Morning Glory #96D7DC

Tints of Morning Glory #96D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

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

R = 25.64%
G = 36.75%
B = 37.61%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96D7DC (or 0x96D7DC) is known color: Morning Glory. HEX triplet: 96, D7 and DC. RGB value is (150,215,220). Sum of RGB (Red+Green+Blue) = 150+215+220=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #96D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7DC is #692823. Grayscale: #C4C4C4. Windows color (decimal): -6891556 or 14473110. OLE color: 14473110.

HSL color Cylindrical-coordinate representation of color #96D7DC: hue angle of 184.29º 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 #96D7DC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 215 220 -
CMYK 0.32 0.02 0 0.14
HSL 184.29º 0.5% 0.73% -
HSV(B) 184.29º 0.32% 0.86% -
XYZ 49.8 60.25 76.72 -
YUV 196.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 150 215 220 0.32 0.02 0 0.14 184.29 0.5 0.73
Hex 96 D7 DC 20 2 0 E B8 32 49
Octal 226 327 334 40 2 0 16 270 62 111
Binary 10010110 11010111 11011100 100000 10 0 1110 10111000 110010 1001001

Color Harmonies of #96D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7DC

Black with #96D7DC

Text Example


Text Example

White with #96D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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