Html Css Color HEX #96DEDB Morning Glory

📋 copy color: '#96DEDB'

red 150 ◦ green 222 ◦ blue 219

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

Shades of Morning Glory #96DEDB

Tints of Morning Glory #96DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.56%

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

R = 25.38%
G = 37.56%
B = 37.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#96DEDB (or 0x96DEDB) is known color: Morning Glory. HEX triplet: 96, DE and DB. RGB value is (150,222,219). Sum of RGB (Red+Green+Blue) = 150+222+219=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEDB is #692124. Grayscale: #C8C8C8. Windows color (decimal): -6889765 or 14409366. OLE color: 14409366.

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

Color convert

RGB 150 222 219 -
CMYK 0.32 0 0.01 0.13
HSL 177.5º 0.52% 0.73% -
HSV(B) 177.5º 0.32% 0.87% -
XYZ 51.49 63.84 76.63 -
YUV 200.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 150 222 219 0.32 0 0.01 0.13 177.5 0.52 0.73
Hex 96 DE DB 20 0 1 D B2 34 49
Octal 226 336 333 40 0 1 15 262 64 111
Binary 10010110 11011110 11011011 100000 0 1 1101 10110010 110100 1001001

Color Harmonies of #96DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DEDB

Black with #96DEDB

Text Example


Text Example

White with #96DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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