Html Css Color HEX #96D8DF Morning Glory

📋 copy color: '#96D8DF'

red 150 ◦ green 216 ◦ blue 223

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

Shades of Morning Glory #96D8DF

Tints of Morning Glory #96D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.67%

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 25.47%
G = 36.67%
B = 37.86%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96D8DF (or 0x96D8DF) is known color: Morning Glory. HEX triplet: 96, D8 and DF. RGB value is (150,216,223). Sum of RGB (Red+Green+Blue) = 150+216+223=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #96D8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8DF is #692720. Grayscale: #C4C4C4. Windows color (decimal): -6891297 or 14669974. OLE color: 14669974.

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

Color convert

RGB 150 216 223 -
CMYK 0.33 0.03 0 0.13
HSL 185.75º 0.53% 0.73% -
HSV(B) 185.75º 0.33% 0.87% -
XYZ 50.45 60.92 78.91 -
YUV 197.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 150 216 223 0.33 0.03 0 0.13 185.75 0.53 0.73
Hex 96 D8 DF 21 3 0 D BA 35 49
Octal 226 330 337 41 3 0 15 272 65 111
Binary 10010110 11011000 11011111 100001 11 0 1101 10111010 110101 1001001

Color Harmonies of #96D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8DF

Black with #96D8DF

Text Example


Text Example

White with #96D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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