Html Css Color HEX #96D7DE Morning Glory

📋 copy color: '#96D7DE'

red 150 ◦ green 215 ◦ blue 222

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

Shades of Morning Glory #96D7DE

Tints of Morning Glory #96D7DE

RGB

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

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

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

R = 25.55%
G = 36.63%
B = 37.82%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96D7DE (or 0x96D7DE) is known color: Morning Glory. HEX triplet: 96, D7 and DE. RGB value is (150,215,222). Sum of RGB (Red+Green+Blue) = 150+215+222=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #96D7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7DE is #692821. Grayscale: #C4C4C4. Windows color (decimal): -6891554 or 14604182. OLE color: 14604182.

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

Color convert

RGB 150 215 222 -
CMYK 0.32 0.03 0 0.13
HSL 185.83º 0.52% 0.73% -
HSV(B) 185.83º 0.32% 0.87% -
XYZ 50.06 60.36 78.12 -
YUV 196.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 150 215 222 0.32 0.03 0 0.13 185.83 0.52 0.73
Hex 96 D7 DE 20 3 0 D BA 34 49
Octal 226 327 336 40 3 0 15 272 64 111
Binary 10010110 11010111 11011110 100000 11 0 1101 10111010 110100 1001001

Color Harmonies of #96D7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7DE

Black with #96D7DE

Text Example


Text Example

White with #96D7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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