Html Css Color HEX #96D9D6 Morning Glory

📋 copy color: '#96D9D6'

red 150 ◦ green 217 ◦ blue 214

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

Shades of Morning Glory #96D9D6

Tints of Morning Glory #96D9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 25.82%
G = 37.35%
B = 36.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#96D9D6 (or 0x96D9D6) is known color: Morning Glory. HEX triplet: 96, D9 and D6. RGB value is (150,217,214). Sum of RGB (Red+Green+Blue) = 150+217+214=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9D6 is #692629. Grayscale: #C4C4C4. Windows color (decimal): -6891050 or 14080406. OLE color: 14080406.

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

Color convert

RGB 150 217 214 -
CMYK 0.31 0 0.01 0.15
HSL 177.31º 0.47% 0.72% -
HSV(B) 177.31º 0.31% 0.85% -
XYZ 49.53 60.96 72.78 -
YUV 196.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 150 217 214 0.31 0 0.01 0.15 177.31 0.47 0.72
Hex 96 D9 D6 1F 0 1 F B1 2F 48
Octal 226 331 326 37 0 1 17 261 57 110
Binary 10010110 11011001 11010110 11111 0 1 1111 10110001 101111 1001000

Color Harmonies of #96D9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9D6

Black with #96D9D6

Text Example


Text Example

White with #96D9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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