Html Css Color HEX #96D3D9 Morning Glory

📋 copy color: '#96D3D9'

red 150 ◦ green 211 ◦ blue 217

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

Shades of Morning Glory #96D3D9

Tints of Morning Glory #96D3D9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.51%

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 25.95%
G = 36.51%
B = 37.54%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96D3D9 (or 0x96D3D9) is known color: Morning Glory. HEX triplet: 96, D3 and D9. RGB value is (150,211,217). Sum of RGB (Red+Green+Blue) = 150+211+217=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #96D3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3D9 is #692C26. Grayscale: #C1C1C1. Windows color (decimal): -6892583 or 14275478. OLE color: 14275478.

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

Color convert

RGB 150 211 217 -
CMYK 0.31 0.03 0 0.15
HSL 185.37º 0.47% 0.72% -
HSV(B) 185.37º 0.31% 0.85% -
XYZ 48.4 58.08 74.31 -
YUV 193.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 150 211 217 0.31 0.03 0 0.15 185.37 0.47 0.72
Hex 96 D3 D9 1F 3 0 F B9 2F 48
Octal 226 323 331 37 3 0 17 271 57 110
Binary 10010110 11010011 11011001 11111 11 0 1111 10111001 101111 1001000

Color Harmonies of #96D3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D3D9

Black with #96D3D9

Text Example


Text Example

White with #96D3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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