Html Css Color HEX #96D4DA Morning Glory

📋 copy color: '#96D4DA'

red 150 ◦ green 212 ◦ blue 218

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

Shades of Morning Glory #96D4DA

Tints of Morning Glory #96D4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 25.86%
G = 36.55%
B = 37.59%

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

#96D4DA (or 0x96D4DA) is known color: Morning Glory. HEX triplet: 96, D4 and DA. RGB value is (150,212,218). Sum of RGB (Red+Green+Blue) = 150+212+218=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #96D4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D4DA is #692B25. Grayscale: #C2C2C2. Windows color (decimal): -6892326 or 14341270. OLE color: 14341270.

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

Color convert

RGB 150 212 218 -
CMYK 0.31 0.03 0 0.15
HSL 185.29º 0.48% 0.72% -
HSV(B) 185.29º 0.31% 0.85% -
XYZ 48.78 58.63 75.08 -
YUV 194.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 150 212 218 0.31 0.03 0 0.15 185.29 0.48 0.72
Hex 96 D4 DA 1F 3 0 F B9 30 48
Octal 226 324 332 37 3 0 17 271 60 110
Binary 10010110 11010100 11011010 11111 11 0 1111 10111001 110000 1001000

Color Harmonies of #96D4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D4DA

Black with #96D4DA

Text Example


Text Example

White with #96D4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,212,218); }

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

background-color css

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

 a { background-color: rgb(150,212,218); }

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

border-color css

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

 span { border-color: rgb(150,212,218); }

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