Html Css Color HEX #96CDCC Morning Glory

📋 copy color: '#96CDCC'

red 150 ◦ green 205 ◦ blue 204

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

Shades of Morning Glory #96CDCC

Tints of Morning Glory #96CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 26.83%
G = 36.67%
B = 36.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#96CDCC (or 0x96CDCC) is known color: Morning Glory. HEX triplet: 96, CD and CC. RGB value is (150,205,204). Sum of RGB (Red+Green+Blue) = 150+205+204=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDCC is #693233. Grayscale: #BCBCBC. Windows color (decimal): -6894132 or 13421974. OLE color: 13421974.

HSL color Cylindrical-coordinate representation of color #96CDCC: hue angle of 178.91º 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 #96CDCC is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 205 204 -
CMYK 0.27 0 0.00 0.20
HSL 178.91º 0.35% 0.7% -
HSV(B) 178.91º 0.27% 0.8% -
XYZ 45.31 54.51 65.26 -
YUV 188.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 150 205 204 0.27 0 0.00 0.20 178.91 0.35 0.7
Hex 96 CD CC 1B 0 0 14 B3 23 46
Octal 226 315 314 33 0 0 24 263 43 106
Binary 10010110 11001101 11001100 11011 0 0 10100 10110011 100011 1000110

Color Harmonies of #96CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDCC

Black with #96CDCC

Text Example


Text Example

White with #96CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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