Html Css Color HEX #96DFDB Morning Glory

📋 copy color: '#96DFDB'

red 150 ◦ green 223 ◦ blue 219

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

Shades of Morning Glory #96DFDB

Tints of Morning Glory #96DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 25.34%
G = 37.67%
B = 36.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#96DFDB (or 0x96DFDB) is known color: Morning Glory. HEX triplet: 96, DF and DB. RGB value is (150,223,219). Sum of RGB (Red+Green+Blue) = 150+223+219=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFDB is #692024. Grayscale: #C8C8C8. Windows color (decimal): -6889509 or 14409622. OLE color: 14409622.

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

Color convert

RGB 150 223 219 -
CMYK 0.33 0 0.02 0.13
HSL 176.71º 0.53% 0.73% -
HSV(B) 176.71º 0.33% 0.87% -
XYZ 51.75 64.37 76.72 -
YUV 200.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 150 223 219 0.33 0 0.02 0.13 176.71 0.53 0.73
Hex 96 DF DB 21 0 2 D B1 35 49
Octal 226 337 333 41 0 2 15 261 65 111
Binary 10010110 11011111 11011011 100001 0 10 1101 10110001 110101 1001001

Color Harmonies of #96DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFDB

Black with #96DFDB

Text Example


Text Example

White with #96DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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