Html Css Color HEX #96DFDD Morning Glory

📋 copy color: '#96DFDD'

red 150 ◦ green 223 ◦ blue 221

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

Shades of Morning Glory #96DFDD

Tints of Morning Glory #96DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 25.25%
G = 37.54%
B = 37.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#96DFDD (or 0x96DFDD) is known color: Morning Glory. HEX triplet: 96, DF and DD. RGB value is (150,223,221). Sum of RGB (Red+Green+Blue) = 150+223+221=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFDD is #692022. Grayscale: #C8C8C8. Windows color (decimal): -6889507 or 14540694. OLE color: 14540694.

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

Color convert

RGB 150 223 221 -
CMYK 0.33 0 0.01 0.13
HSL 178.36º 0.53% 0.73% -
HSV(B) 178.36º 0.33% 0.87% -
XYZ 52.02 64.48 78.11 -
YUV 200.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 150 223 221 0.33 0 0.01 0.13 178.36 0.53 0.73
Hex 96 DF DD 21 0 1 D B2 35 49
Octal 226 337 335 41 0 1 15 262 65 111
Binary 10010110 11011111 11011101 100001 0 1 1101 10110010 110101 1001001

Color Harmonies of #96DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFDD

Black with #96DFDD

Text Example


Text Example

White with #96DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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