Html Css Color HEX #96C6CD Morning Glory

📋 copy color: '#96C6CD'

red 150 ◦ green 198 ◦ blue 205

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

Shades of Morning Glory #96C6CD

Tints of Morning Glory #96C6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.8%

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 27.12%
G = 35.8%
B = 37.07%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96C6CD (or 0x96C6CD) is known color: Morning Glory. HEX triplet: 96, C6 and CD. RGB value is (150,198,205). Sum of RGB (Red+Green+Blue) = 150+198+205=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #96C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6CD is #693932. Grayscale: #B8B8B8. Windows color (decimal): -6895923 or 13485718. OLE color: 13485718.

HSL color Cylindrical-coordinate representation of color #96C6CD: hue angle of 187.64º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C6CD is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 198 205 -
CMYK 0.27 0.03 0 0.20
HSL 187.64º 0.35% 0.7% -
HSV(B) 187.64º 0.27% 0.8% -
XYZ 43.79 51.28 65.35 -
YUV 184.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 150 198 205 0.27 0.03 0 0.20 187.64 0.35 0.7
Hex 96 C6 CD 1B 3 0 14 BC 23 46
Octal 226 306 315 33 3 0 24 274 43 106
Binary 10010110 11000110 11001101 11011 11 0 10100 10111100 100011 1000110

Color Harmonies of #96C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6CD

Black with #96C6CD

Text Example


Text Example

White with #96C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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