Html Css Color HEX #96DFDE Morning Glory

📋 copy color: '#96DFDE'

red 150 ◦ green 223 ◦ blue 222

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

Shades of Morning Glory #96DFDE

Tints of Morning Glory #96DFDE

RGB

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

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

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

R = 25.21%
G = 37.48%
B = 37.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#96DFDE (or 0x96DFDE) is known color: Morning Glory. HEX triplet: 96, DF and DE. RGB value is (150,223,222). Sum of RGB (Red+Green+Blue) = 150+223+222=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFDE is #692021. Grayscale: #C8C8C8. Windows color (decimal): -6889506 or 14606230. OLE color: 14606230.

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

Color convert

RGB 150 223 222 -
CMYK 0.33 0 0.00 0.13
HSL 179.18º 0.53% 0.73% -
HSV(B) 179.18º 0.33% 0.87% -
XYZ 52.15 64.53 78.81 -
YUV 201.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 150 223 222 0.33 0 0.00 0.13 179.18 0.53 0.73
Hex 96 DF DE 21 0 0 D B3 35 49
Octal 226 337 336 41 0 0 15 263 65 111
Binary 10010110 11011111 11011110 100001 0 0 1101 10110011 110101 1001001

Color Harmonies of #96DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFDE

Black with #96DFDE

Text Example


Text Example

White with #96DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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