Html Css Color HEX #96DADE Morning Glory

📋 copy color: '#96DADE'

red 150 ◦ green 218 ◦ blue 222

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

Shades of Morning Glory #96DADE

Tints of Morning Glory #96DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.95%

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

R = 25.42%
G = 36.95%
B = 37.63%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96DADE (or 0x96DADE) is known color: Morning Glory. HEX triplet: 96, DA and DE. RGB value is (150,218,222). Sum of RGB (Red+Green+Blue) = 150+218+222=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #96DADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DADE is #692521. Grayscale: #C6C6C6. Windows color (decimal): -6890786 or 14604950. OLE color: 14604950.

HSL color Cylindrical-coordinate representation of color #96DADE: hue angle of 183.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DADE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 218 222 -
CMYK 0.32 0.02 0 0.13
HSL 183.33º 0.52% 0.73% -
HSV(B) 183.33º 0.32% 0.87% -
XYZ 50.83 61.9 78.38 -
YUV 198.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 150 218 222 0.32 0.02 0 0.13 183.33 0.52 0.73
Hex 96 DA DE 20 2 0 D B7 34 49
Octal 226 332 336 40 2 0 15 267 64 111
Binary 10010110 11011010 11011110 100000 10 0 1101 10110111 110100 1001001

Color Harmonies of #96DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DADE

Black with #96DADE

Text Example


Text Example

White with #96DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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