Html Css Color HEX #96D6DE Morning Glory

📋 copy color: '#96D6DE'

red 150 ◦ green 214 ◦ blue 222

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

Shades of Morning Glory #96D6DE

Tints of Morning Glory #96D6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 25.6%
G = 36.52%
B = 37.88%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96D6DE (or 0x96D6DE) is known color: Morning Glory. HEX triplet: 96, D6 and DE. RGB value is (150,214,222). Sum of RGB (Red+Green+Blue) = 150+214+222=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #96D6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6DE is #692921. Grayscale: #C3C3C3. Windows color (decimal): -6891810 or 14603926. OLE color: 14603926.

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

Color convert

RGB 150 214 222 -
CMYK 0.32 0.04 0 0.13
HSL 186.67º 0.52% 0.73% -
HSV(B) 186.67º 0.32% 0.87% -
XYZ 49.81 59.85 78.03 -
YUV 195.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 150 214 222 0.32 0.04 0 0.13 186.67 0.52 0.73
Hex 96 D6 DE 20 4 0 D BB 34 49
Octal 226 326 336 40 4 0 15 273 64 111
Binary 10010110 11010110 11011110 100000 100 0 1101 10111011 110100 1001001

Color Harmonies of #96D6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D6DE

Black with #96D6DE

Text Example


Text Example

White with #96D6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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