Html Css Color HEX #96CDD5 Morning Glory

📋 copy color: '#96CDD5'

red 150 ◦ green 205 ◦ blue 213

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

Shades of Morning Glory #96CDD5

Tints of Morning Glory #96CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 26.41%
G = 36.09%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96CDD5 (or 0x96CDD5) is known color: Morning Glory. HEX triplet: 96, CD and D5. RGB value is (150,205,213). Sum of RGB (Red+Green+Blue) = 150+205+213=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #96CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDD5 is #69322A. Grayscale: #BDBDBD. Windows color (decimal): -6894123 or 14011798. OLE color: 14011798.

HSL color Cylindrical-coordinate representation of color #96CDD5: hue angle of 187.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96CDD5 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 205 213 -
CMYK 0.30 0.04 0 0.16
HSL 187.62º 0.43% 0.71% -
HSV(B) 187.62º 0.3% 0.84% -
XYZ 46.42 54.95 71.11 -
YUV 189.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 150 205 213 0.30 0.04 0 0.16 187.62 0.43 0.71
Hex 96 CD D5 1E 4 0 10 BC 2B 47
Octal 226 315 325 36 4 0 20 274 53 107
Binary 10010110 11001101 11010101 11110 100 0 10000 10111100 101011 1000111

Color Harmonies of #96CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDD5

Black with #96CDD5

Text Example


Text Example

White with #96CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,205,213); }

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

background-color css

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

 a { background-color: rgb(150,205,213); }

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

border-color css

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

 span { border-color: rgb(150,205,213); }

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